Searched defs:DERIVED (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() argument 49 #define DECL(DERIVED, BASE) \ argument
|
D | DeclBase.h | 85 #define DECL(DERIVED, BASE) DERIVED, argument
|
/external/clang/lib/AST/ |
D | DumpXML.cpp | 69 #define DECL(DERIVED, BASE) \ in dispatch() argument 81 #define DECL(DERIVED, BASE) \ argument 123 #define TYPE(DERIVED, BASE) \ in dispatch() argument 129 #define ABSTRACT_TYPE(DERIVED, BASE) in dispatch() argument 134 #define TYPE(DERIVED, BASE) \ argument 162 #define TYPE(DERIVED, BASE) case Type::DERIVED: return #DERIVED "Type"; in getTypeKindName() argument 163 #define ABSTRACT_TYPE(DERIVED, BASE) in getTypeKindName() argument
|
D | DeclBase.cpp | 39 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 74 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 93 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 108 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 114 #define DECL(DERIVED, BASE) \ in PrintStats() argument 130 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
|
D | ASTDumper.cpp | 526 #define DECL(DERIVED, BASE) \ in getPreviousDecl() argument
|