Searched refs:DEPENDENT_TYPE (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TypeNodes.def | 54 #ifndef DEPENDENT_TYPE 74 DEPENDENT_TYPE(DependentSizedArray, ArrayType) 75 DEPENDENT_TYPE(DependentSizedExtVector, Type) 76 DEPENDENT_TYPE(DependentAddressSpace, Type) 78 DEPENDENT_TYPE(DependentVector, Type) 83 DEPENDENT_TYPE(UnresolvedUsing, Type) 97 DEPENDENT_TYPE(TemplateTypeParm, Type) 99 DEPENDENT_TYPE(SubstTemplateTypeParmPack, Type) 104 DEPENDENT_TYPE(InjectedClassName, Type) 105 DEPENDENT_TYPE(DependentName, Type) [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 405 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in ConvertType() macro
|
| H A D | CodeGenFunction.cpp | 199 #define DEPENDENT_TYPE(name, parent) case Type::name: in getEvaluationKind() macro 2038 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in EmitVariablyModifiedType() macro
|
| H A D | ItaniumCXXABI.cpp | 3065 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in BuildVTablePointer() macro 3311 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in BuildTypeInfo() macro
|
| H A D | CGDebugInfo.cpp | 2881 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in CreateTypeNode() macro
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 749 #define DEPENDENT_TYPE(Class, Base) \ macro 3504 #define DEPENDENT_TYPE(Class,Base) case Type::Class: in computeCachedProperties() macro 3607 #define DEPENDENT_TYPE(Class,Base) case Type::Class: in computeTypeLinkageInfo() macro
|
| H A D | ASTContext.cpp | 1763 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in getTypeInfoImpl() macro 7003 #define DEPENDENT_TYPE(KIND, BASE) \ in getObjCEncodingForTypeImpl() macro 8804 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in mergeTypes() macro
|
| H A D | ExprConstant.cpp | 7649 #define DEPENDENT_TYPE(ID, BASE) case Type::ID: in EvaluateBuiltinClassifyType() macro
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 2616 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in addAssociatedClassesAndNamespaces() macro
|
| H A D | SemaTemplateDeduction.cpp | 5573 #define DEPENDENT_TYPE(Class, Base) in MarkUsedTemplateParameters() macro
|
| H A D | SemaExpr.cpp | 3915 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in captureVariablyModifiedType() macro
|