Searched refs:ABSTRACT_TYPELOC (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLocNodes.def | 20 // ABSTRACT_TYPELOC(Class) - Refers to TypeSpecLoc and DeclaratorLoc. 28 #ifndef ABSTRACT_TYPELOC 29 # define ABSTRACT_TYPELOC(Class, Base) UNQUAL_TYPELOC(Class, Base) 34 #define ABSTRACT_TYPE(Class, Base) ABSTRACT_TYPELOC(Class, Base##Loc) 39 #undef ABSTRACT_TYPELOC
|
D | TypeLocVisitor.h | 31 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() macro 41 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() macro
|
D | RecursiveASTVisitor.h | 345 #define ABSTRACT_TYPELOC(CLASS, BASE) macro 600 #define ABSTRACT_TYPELOC(CLASS, BASE) in TraverseTypeLoc() macro
|
D | TypeLoc.h | 30 #define ABSTRACT_TYPELOC(Class, Base) macro
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 28 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 45 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 63 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 85 #define ABSTRACT_TYPELOC(CLASS, PARENT) in initializeImpl() macro 162 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 250 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
D | RecursiveASTVisitor.h | 340 #define ABSTRACT_TYPELOC(CLASS, BASE) macro 535 #define ABSTRACT_TYPELOC(CLASS, BASE) in TraverseTypeLoc() macro
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 517 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 3296 #define ABSTRACT_TYPELOC(CLASS, PARENT) in TransformType() macro
|
D | SemaDeclCXX.cpp | 3626 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() macro
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 414 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
D | ASTReader.cpp | 4187 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|