#include "clang/AST/DeclGroup.h"
#include "clang/AST/StmtIterator.h"
#include "clang/Basic/CapturedStmt.h"
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include <string>
#include "clang/AST/StmtNodes.inc"
Go to the source code of this file.
|
#define | STMT(CLASS, PARENT) CLASS##Class, |
|
#define | STMT_RANGE(BASE, FIRST, LAST) first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class, |
|
#define | LAST_STMT_RANGE(BASE, FIRST, LAST) first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class |
|
#define | ABSTRACT_STMT(STMT) |
|
#define ABSTRACT_STMT |
( |
|
STMT | ) |
|
#define LAST_STMT_RANGE |
( |
|
BASE, |
|
|
|
FIRST, |
|
|
|
LAST |
|
) |
| first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class |
#define STMT |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| CLASS##Class, |
#define STMT_RANGE |
( |
|
BASE, |
|
|
|
FIRST, |
|
|
|
LAST |
|
) |
| first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class, |