clang 20.0.0git
|
Forward declaration of all AST node types. More...
#include "clang/AST/DeclNodes.inc"
#include "clang/AST/StmtNodes.inc"
#include "clang/AST/TypeNodes.inc"
#include "llvm/Frontend/OpenMP/OMP.inc"
#include "clang/Basic/AttrList.inc"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Macros | |
#define | DECL(DERIVED, BASE) class DERIVED##Decl; |
#define | STMT(DERIVED, BASE) class DERIVED; |
#define | TYPE(DERIVED, BASE) class DERIVED##Type; |
#define | GEN_CLANG_CLAUSE_CLASS |
#define | CLAUSE_CLASS(Enum, Str, Class) class Class; |
#define | ATTR(A) class A##Attr; |
Forward declaration of all AST node types.
Definition in file ASTFwd.h.