Yume
Classes | Namespaces | Concepts
crtp_walker.hpp File Reference
#include "ast/ast.hpp"
#include <llvm/Support/Casting.h>
#include <type_traits>
Include dependency graph for crtp_walker.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yume::CRTPWalker< Derived >
 A helper template to walk the Abstract Syntax Tree (AST), utilizing the Curiously Recurring Template Pattern (CRTP). More...
 

Namespaces

namespace  yume
 

Concepts

concept  yume::OnlyStmt