Searched refs:STMT (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtVisitor.h101 #define ABSTRACT_STMT(STMT)
102 #define STMT(CLASS, PARENT) \ macro
110 #define STMT(CLASS, PARENT) \ macro
H A DRecursiveASTVisitor.h245 #define ABSTRACT_STMT(STMT)
246 #define STMT(CLASS, PARENT) \ macro
249 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
254 #define STMT(CLASS, PARENT) \ macro
491 #define ABSTRACT_STMT(STMT)
492 #define STMT(CLASS, PARENT) \ macro
547 #define ABSTRACT_STMT(STMT)
548 #define STMT(CLASS, PARENT) \ macro
1815 #define DEF_TRAVERSE_STMT(STMT, CODE) \
1817 bool RecursiveASTVisitor<Derived>::Traverse##STMT (STM
[all...]
H A DStmt.h100 #define STMT(CLASS, PARENT) CLASS##Class, macro
105 #define ABSTRACT_STMT(STMT)
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h85 template <typename STMT>
89 ((const CHECKER *)checker)->checkPreStmt(llvm::cast<STMT>(S), C);
93 return llvm::isa<STMT>(S);
104 template <typename STMT>
108 ((const CHECKER *)checker)->checkPostStmt(llvm::cast<STMT>(S), C);
112 return llvm::isa<STMT>(S);
/external/clang/lib/AST/
H A DStmt.cpp39 #define ABSTRACT_STMT(STMT)
40 #define STMT(CLASS, PARENT) \ macro
151 #define STMT(type, base) \ macro
161 #define STMT(type, base) \ macro
173 #define STMT(type, base) \ macro
227 #define STMT(type, base) \ macro
239 #define STMT(type, base) \ macro
H A DExprClassification.cpp97 #define STMT(Kind, Base) case Expr::Kind##Class: macro
H A DStmtProfile.cpp38 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DStmtPrinter.cpp100 #define STMT(CLASS, PARENT) \ macro
H A DExpr.cpp123 #define STMT(type, base) \ macro
1382 #define STMT(Type, Base) macro
H A DItaniumMangle.cpp2364 #define STMT(Type, Base) \ macro
H A DExprConstant.cpp6464 #define STMT(Node, Base) case Expr::Node##Class: macro
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1074 #define STMT(CLASS, PARENT) case Expr::CLASS##Class: macro
1078 #define ABSTRACT_STMT(STMT)
H A DTreeTransform.h577 #define STMT(Node, Parent) \ macro
2542 #define STMT(Node, Parent) \ macro
2549 #define STMT(Node, Parent) macro
2573 #define STMT(Node, Parent) case Stmt::Node##Class: break; macro
/external/clang/lib/CodeGen/
H A DCGStmt.cpp90 #define STMT(Type, Base) macro
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp41 #define STMT(Type, Base) \ macro
H A DASTReaderStmt.cpp91 #define STMT(Type, Base) \ macro

Completed in 257 milliseconds