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

/external/clang/include/clang/AST/
H A DASTFwd.h21 #define STMT(DERIVED, BASE) class DERIVED; macro
H A DStmtVisitor.h102 #define ABSTRACT_STMT(STMT)
103 #define STMT(CLASS, PARENT) \ macro
111 #define STMT(CLASS, PARENT) \ macro
H A DASTTypeTraits.h88 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
139 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED) macro
H A DRecursiveASTVisitor.h270 #define ABSTRACT_STMT(STMT)
271 #define STMT(CLASS, PARENT) bool Traverse##CLASS(CLASS *S); macro
273 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
278 #define STMT(CLASS, PARENT) \ macro
537 #define ABSTRACT_STMT(STMT)
538 #define STMT(CLASS, PARENT) \ macro
599 #define ABSTRACT_STMT(STMT)
600 #define STMT(CLASS, PARENT) \ macro
1868 #define DEF_TRAVERSE_STMT(STMT, CODE) \
1870 bool RecursiveASTVisitor<Derived>::Traverse##STMT(STM
[all...]
H A DDataRecursiveASTVisitor.h266 #define ABSTRACT_STMT(STMT)
267 #define STMT(CLASS, PARENT) bool Traverse##CLASS(CLASS *S); macro
269 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
274 #define STMT(CLASS, PARENT) \ macro
525 #define ABSTRACT_STMT(STMT)
526 #define STMT(CLASS, PARENT) \ macro
1850 #define DEF_TRAVERSE_STMT(STMT, CODE) \
1852 bool RecursiveASTVisitor<Derived>::Traverse##STMT(STMT *S) { \
1853 TRY_TO(WalkUpFrom##STMT(
[all...]
H A DStmt.h108 #define STMT(CLASS, PARENT) CLASS##Class, macro
113 #define ABSTRACT_STMT(STMT)
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h85 template <typename STMT>
89 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C);
93 return isa<STMT>(S);
104 template <typename STMT>
108 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
112 return isa<STMT>(S);
/external/clang/lib/AST/
H A DASTTypeTraits.cpp35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro
H A DStmt.cpp43 #define ABSTRACT_STMT(STMT)
44 #define STMT(CLASS, PARENT) \ macro
174 #define STMT(type, base) \ macro
185 #define STMT(type, base) \ macro
222 #define STMT(type, base) \ macro
235 #define STMT(type, base) \ macro
247 #define STMT(type, base) \ macro
H A DExprClassification.cpp109 #define STMT(Kind, Base) case Expr::Kind##Class: macro
H A DStmtPrinter.cpp103 #define STMT(CLASS, PARENT) \ macro
H A DStmtProfile.cpp38 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DExpr.cpp197 #define STMT(type, base) \ macro
1675 #define STMT(Type, Base) macro
2837 #define STMT(Type, Base) case Type##Class: macro
H A DItaniumMangle.cpp2602 #define STMT(Type, Base) \ macro
H A DExprConstant.cpp8294 #define STMT(Node, Base) case Expr::Node##Class:
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1108 #define STMT(CLASS, PARENT) case Expr::CLASS##Class: macro
1112 #define ABSTRACT_STMT(STMT)
H A DTreeTransform.h620 #define STMT(Node, Parent) \ macro
2774 #define STMT(Node, Parent) \ macro
2781 #define STMT(Node, Parent) macro
2822 #define STMT(Node, Parent) case Stmt::Node##Class: break; macro
/external/clang/lib/CodeGen/
H A DCGStmt.cpp93 #define STMT(Type, Base) macro
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp102 #define STMT(Type, Base) \ macro
H A DASTWriterStmt.cpp46 #define STMT(Type, Base) \ macro
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 377 milliseconds