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 | 430 #define ABSTRACT_TYPELOC(CLASS, BASE) 652 #define ABSTRACT_TYPELOC(CLASS, BASE)
|
D | TypeLoc.h | 31 #define ABSTRACT_TYPELOC(Class, Base) macro
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 31 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 48 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 66 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 94 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 116 #define ABSTRACT_TYPELOC(CLASS, PARENT) in initializeImpl() macro 136 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 254 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
/external/clang/lib/Sema/ |
D | TypeLocBuilder.cpp | 33 #define ABSTRACT_TYPELOC(CLASS, PARENT) in pushFullCopy() macro
|
D | TreeTransform.h | 574 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro 4016 #define ABSTRACT_TYPELOC(CLASS, PARENT) in TransformType() macro
|
D | SemaDeclCXX.cpp | 4514 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() macro
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 254 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 493 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|
D | ASTReader.cpp | 5728 #define ABSTRACT_TYPELOC(CLASS, PARENT) macro
|