Home
last modified time | relevance | path

Searched refs:ABSTRACT_TYPE (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/AST/
DTypeNodes.def20 // ABSTRACT_TYPE(Class, Base) - An abstract class that shows up in
46 #ifndef ABSTRACT_TYPE
47 # define ABSTRACT_TYPE(Class, Base) TYPE(Class, Base)
66 ABSTRACT_TYPE(Reference, Type)
70 ABSTRACT_TYPE(Array, Type)
78 ABSTRACT_TYPE(Function, Type)
88 ABSTRACT_TYPE(Tag, Type)
126 #undef ABSTRACT_TYPE
DTypeVisitor.h31 #define ABSTRACT_TYPE(CLASS, PARENT) in Visit() macro
DTypeLocNodes.def34 #define ABSTRACT_TYPE(Class, Base) ABSTRACT_TYPELOC(Class, Base##Loc)
DRecursiveASTVisitor.h318 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() macro
562 #define ABSTRACT_TYPE(CLASS, BASE) in TraverseType() macro
DTypeLoc.h51 #define ABSTRACT_TYPE(Class, Base) macro
DType.h1092 #define ABSTRACT_TYPE(Class, Base)
/external/clang/lib/AST/
DASTDiagnostic.cpp80 #define ABSTRACT_TYPE(Class, Base) in Desugar() macro
DType.cpp212 #define ABSTRACT_TYPE(Class, Parent) in getLocallyUnqualifiedSingleStepDesugaredType() macro
231 #define ABSTRACT_TYPE(Class, Parent) in getSplitDesugaredType() macro
260 #define ABSTRACT_TYPE(Class, Parent) in getSplitUnqualifiedTypeImpl() macro
299 #define ABSTRACT_TYPE(Class, Parent) in getUnqualifiedDesugaredType() macro
1412 #define ABSTRACT_TYPE(Derived, Base) in getTypeClassName() macro
DMicrosoftMangle.cpp60 #define ABSTRACT_TYPE(CLASS, PARENT) macro
645 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() macro
DDumpXML.cpp128 #define ABSTRACT_TYPE(DERIVED, BASE) in dispatch() macro
162 #define ABSTRACT_TYPE(DERIVED, BASE) in getTypeKindName() macro
DTypePrinter.cpp54 #define ABSTRACT_TYPE(CLASS, PARENT) macro
180 #define ABSTRACT_TYPE(CLASS, PARENT) in print() macro
DASTContext.cpp301 #define ABSTRACT_TYPE(Name, Parent) in PrintStats() macro
319 #define ABSTRACT_TYPE(Name, Parent) in PrintStats() macro
841 #define ABSTRACT_TYPE(Class, Base) in getTypeInfoImpl() macro
1735 #define ABSTRACT_TYPE(Class, Base) in getVariableArrayDecayedType() macro
5955 #define ABSTRACT_TYPE(Class, Base) in mergeTypes() macro
DItaniumMangle.cpp324 #define ABSTRACT_TYPE(CLASS, PARENT) macro
1803 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() macro
/external/clang/lib/CodeGen/
DCGRTTI.cpp393 #define ABSTRACT_TYPE(Class, Base) in BuildVTablePointer() macro
590 #define ABSTRACT_TYPE(Class, Base) in BuildTypeInfo() macro
DCodeGenFunction.cpp68 #define ABSTRACT_TYPE(name, parent) in hasAggregateLLVMType() macro
967 #define ABSTRACT_TYPE(Class, Base) in EmitVariablyModifiedType() macro
DCodeGenTypes.cpp302 #define ABSTRACT_TYPE(Class, Base) in ConvertType() macro
DCGDebugInfo.cpp1720 #define ABSTRACT_TYPE(Class, Base) in CreateTypeNode() macro
1893 #define ABSTRACT_TYPE(Class, Base) in CreateLimitedTypeNode() macro
/external/clang/lib/Serialization/
DASTWriter.cpp88 #define ABSTRACT_TYPE(Class, Base) macro
2148 #define ABSTRACT_TYPE(Class, Base) in WriteType() macro
/external/clang/lib/Sema/
DSemaLookup.cpp1945 #define ABSTRACT_TYPE(Class, Base) in addAssociatedClassesAndNamespaces() macro
DSemaTemplateDeduction.cpp4411 #define ABSTRACT_TYPE(Class, Base) in MarkUsedTemplateParameters() macro
DSemaTemplate.cpp3205 #define ABSTRACT_TYPE(Class, Parent) \ macro