Searched refs:STMT (Results 1 - 17 of 17) 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.h250 #define ABSTRACT_STMT(STMT)
251 #define STMT(CLASS, PARENT) \ macro
254 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
259 #define STMT(CLASS, PARENT) \ macro
512 #define ABSTRACT_STMT(STMT)
513 #define STMT(CLASS, PARENT) \ macro
569 #define ABSTRACT_STMT(STMT)
570 #define STMT(CLASS, PARENT) \ macro
1819 #define DEF_TRAVERSE_STMT(STMT, CODE) \
1821 bool RecursiveASTVisitor<Derived>::Traverse##STMT (STM
[all...]
H A DStmt.h102 #define STMT(CLASS, PARENT) CLASS##Class, macro
107 #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.cpp40 #define ABSTRACT_STMT(STMT)
41 #define STMT(CLASS, PARENT) \ macro
152 #define STMT(type, base) \ macro
162 #define STMT(type, base) \ macro
174 #define STMT(type, base) \ macro
228 #define STMT(type, base) \ macro
240 #define STMT(type, base) \ macro
H A DExprClassification.cpp110 #define STMT(Kind, Base) case Expr::Kind##Class: macro
H A DStmtPrinter.cpp99 #define STMT(CLASS, PARENT) \ macro
H A DStmtProfile.cpp38 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DExpr.cpp138 #define STMT(type, base) \ macro
1518 #define STMT(Type, Base) macro
2637 #define STMT(Type, Base) case Type##Class: macro
H A DItaniumMangle.cpp2373 #define STMT(Type, Base) \ macro
H A DExprConstant.cpp6426 #define STMT(Node, Base) case Expr::Node##Class: macro
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h243 #define ABSTRACT_STMT(STMT)
244 #define STMT(CLASS, PARENT) \ macro
247 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
252 #define STMT(CLASS, PARENT) \ macro
497 #define ABSTRACT_STMT(STMT)
498 #define STMT(CLASS, PARENT) \ macro
1744 #define DEF_TRAVERSE_STMT(STMT, CODE) \
1746 bool RecursiveASTVisitor<Derived>::Traverse##STMT (STMT *S) { \
1747 TRY_TO(WalkUpFrom##STMT(
[all...]
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1068 #define STMT(CLASS, PARENT) case Expr::CLASS##Class: macro
1072 #define ABSTRACT_STMT(STMT)
H A DTreeTransform.h577 #define STMT(Node, Parent) \ macro
2528 #define STMT(Node, Parent) \ macro
2535 #define STMT(Node, Parent) macro
2559 #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.cpp42 #define STMT(Type, Base) \ macro
H A DASTReaderStmt.cpp92 #define STMT(Type, Base) \ macro

Completed in 996 milliseconds