Searched refs:TYPELOC (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLocNodes.def | 15 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is 25 # define UNQUAL_TYPELOC(Class, Base) TYPELOC(Class, Base) 32 TYPELOC(Qualified, TypeLoc) 41 #undef TYPELOC
|
D | TypeLocVisitor.h | 32 #define TYPELOC(CLASS, PARENT) \ in Visit() macro 42 #define TYPELOC(CLASS, PARENT) \ in Visit() macro 49 #define TYPELOC(CLASS, PARENT) \ macro
|
D | DataRecursiveASTVisitor.h | 362 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); macro 568 #define TYPELOC(CLASS, BASE) \ in TraverseTypeLoc() macro
|
D | RecursiveASTVisitor.h | 364 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); macro 635 #define TYPELOC(CLASS, BASE) \ in TraverseTypeLoc() macro
|
D | TypeLoc.h | 32 #define TYPELOC(Class, Base) \ macro
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 30 #define TYPELOC(CLASS, PARENT) \ macro 47 #define TYPELOC(CLASS, PARENT) \ macro 65 #define TYPELOC(CLASS, PARENT) \ macro 93 #define TYPELOC(CLASS, PARENT) \ macro 115 #define TYPELOC(CLASS, PARENT) \ in initializeImpl() macro 213 #define TYPELOC(CLASS, PARENT) \ macro
|
/external/clang/lib/Sema/ |
D | TypeLocBuilder.cpp | 34 #define TYPELOC(CLASS, PARENT) \ in pushFullCopy() macro
|
D | TreeTransform.h | 562 #define TYPELOC(CLASS, PARENT) \ macro 3723 #define TYPELOC(CLASS, PARENT) \ in TransformType() macro
|
D | SemaDeclCXX.cpp | 4584 #define TYPELOC(CLASS, PARENT) \ in Visit() macro
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 251 #define TYPELOC(CLASS, PARENT) \ macro
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 453 #define TYPELOC(CLASS, PARENT) \ macro
|
D | ASTReader.cpp | 5736 #define TYPELOC(CLASS, PARENT) \ macro
|