|
clang 22.0.0git
|
#include "clang/AST/APValue.h"#include "clang/AST/DeclGroup.h"#include "clang/AST/DependenceFlags.h"#include "clang/AST/OperationKinds.h"#include "clang/AST/StmtIterator.h"#include "clang/Basic/CapturedStmt.h"#include "clang/Basic/ExpressionTraits.h"#include "clang/Basic/IdentifierTable.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/Lambda.h"#include "clang/Basic/LangOptions.h"#include "clang/Basic/OperatorKinds.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/Specifiers.h"#include "clang/Basic/TypeTraits.h"#include "llvm/ADT/APFloat.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/BitmaskEnum.h"#include "llvm/ADT/PointerIntPair.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/iterator.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include <algorithm>#include <cassert>#include <cstddef>#include <iterator>#include <optional>#include <string>#include "clang/AST/StmtNodes.inc"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Macros | |
| #define | STMT(CLASS, PARENT) |
| #define | STMT_RANGE(BASE, FIRST, LAST) |
| #define | LAST_STMT_RANGE(BASE, FIRST, LAST) |
| #define | ABSTRACT_STMT(STMT) |
| #define | NumStmtBits 9 |
| #define LAST_STMT_RANGE | ( | BASE, | |
| FIRST, | |||
| LAST ) |
| #define NumStmtBits 9 |
Definition at line 113 of file Stmt.h.
Referenced by clang::Stmt::AttributedStmtBitfields::AttributedStmt, clang::Stmt::SwitchCaseBitfields::CaseStmt, clang::Stmt::CompoundStmtBitfields::CompoundStmt, clang::Stmt::DoStmtBitfields::DoStmt, clang::Stmt::ForStmtBitfields::ForStmt, clang::Stmt::IfStmtBitfields::IfStmt, clang::Stmt::GotoStmtBitfields::IndirectGotoStmt, clang::Stmt::LabelStmtBitfields::LabelStmt, clang::Stmt::LoopControlStmtBitfields::LoopControlStmt, clang::Stmt::NullStmtBitfields::NullStmt, clang::Stmt::ReturnStmtBitfields::ReturnStmt, clang::Stmt::ExprBitfields::ShuffleVectorExpr, clang::Stmt::StmtBitfields::Stmt, clang::Stmt::SwitchStmtBitfields::SwitchStmt, and clang::Stmt::WhileStmtBitfields::WhileStmt.