Searched refs:CanonType (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | InheritViz.cpp | 63 QualType CanonType = Context.getCanonicalType(Type); in WriteNode() local 66 if (KnownVirtualBases.find(CanonType) != KnownVirtualBases.end()) in WriteNode() 71 KnownVirtualBases.insert(CanonType); in WriteNode() 85 if (TypeName != CanonType.getAsString()) { in WriteNode() 86 Out << "\\n(" << CanonType.getAsString() << ")"; in WriteNode() 126 QualType CanonType = Context.getCanonicalType(Type); in WriteNodeReference() local 128 Out << "Class_" << CanonType.getAsOpaquePtr(); in WriteNodeReference() 130 Out << "_" << DirectBaseCount[CanonType]; in WriteNodeReference()
|
| H A D | ASTContext.cpp | 4731 QualType CanonType; in getTemplateSpecializationType() local 4733 CanonType = getCanonicalType(Underlying); in getTemplateSpecializationType() 4740 CanonType = getCanonicalTemplateSpecializationType(Template, Args); in getTemplateSpecializationType() 4751 = new (Mem) TemplateSpecializationType(Template, Args, CanonType, in getTemplateSpecializationType() 5503 QualType CanonType = getCanonicalType(UnderlyingType); in getUnaryTransformType() local 5506 CanonType); in getUnaryTransformType()
|
| H A D | Type.cpp | 224 QualType CanonType, Expr *SizeExpr, in DependentVectorType() argument 227 : Type(DependentVector, CanonType, in DependentVectorType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 3691 QualType CanonType; in CheckTemplateIdType() local 3715 CanonType = SubstType(Pattern->getUnderlyingType(), in CheckTemplateIdType() 3718 if (CanonType.isNull()) { in CheckTemplateIdType() 3763 CanonType = Context.getCanonicalTemplateSpecializationType(Name, Converted); in CheckTemplateIdType() 3792 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType() 3798 CanonType = ICNT; in CheckTemplateIdType() 3837 CanonType = Context.getTypeDeclType(Decl); in CheckTemplateIdType() 3838 assert(isa<RecordType>(CanonType) && in CheckTemplateIdType() 3841 CanonType = checkBuiltinTemplateIdType(*this, BTD, Converted, TemplateLoc, in CheckTemplateIdType() 3848 return Context.getTemplateSpecializationType(Name, TemplateArgs, CanonType); in CheckTemplateIdType() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3573 QualType CanonType = SemaRef.Context.getTemplateSpecializationType( in VisitClassTemplateSpecializationDecl() local 3586 CanonType); in VisitClassTemplateSpecializationDecl() 3927 QualType CanonType in InstantiateClassTemplatePartialSpecialization() local 3943 CanonType); in InstantiateClassTemplatePartialSpecialization() 3974 ClassTemplate, Converted, InstTemplateArgs, CanonType, nullptr); in InstantiateClassTemplatePartialSpecialization() 4051 QualType CanonType = SemaRef.Context.getTemplateSpecializationType( in InstantiateVarTemplatePartialSpecialization() local 4063 CanonType); in InstantiateVarTemplatePartialSpecialization()
|
| H A D | SemaOverload.cpp | 8533 CanQualType CanonType = S.Context.getCanonicalType(EnumTy); in addGenericBinaryPointerOrEnumeralOverloads() local 8537 if (!AddedTypes.insert(CanonType).second || in addGenericBinaryPointerOrEnumeralOverloads() 8538 UserDefinedBinaryOperators.count(std::make_pair(CanonType, in addGenericBinaryPointerOrEnumeralOverloads() 8539 CanonType))) in addGenericBinaryPointerOrEnumeralOverloads()
|
| H A D | SemaOpenMP.cpp | 5600 QualType CanonType = E->getType().getCanonicalType(); in processImplicitMapsWithDefaultMappers() local 5601 if (CanonType->isSpecificBuiltinType(BuiltinType::OMPArraySection)) { in processImplicitMapsWithDefaultMappers() 5610 CanonType = ElemType; in processImplicitMapsWithDefaultMappers() 5615 1, {CanonType, nullptr}); in processImplicitMapsWithDefaultMappers() 5649 auto *OE = new (S.Context) OpaqueValueExpr(E->getExprLoc(), CanonType, in processImplicitMapsWithDefaultMappers()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 2613 ParenType(QualType InnerType, QualType CanonType) 2614 : Type(Paren, CanonType, InnerType->getDependence()), Inner(InnerType) {} 3311 QualType CanonType, Expr *SizeExpr, 5423 QualType NamedType, QualType CanonType, TagDecl *OwnedTagDecl) 5424 : TypeWithKeyword(Keyword, Elaborated, CanonType, 5502 const IdentifierInfo *Name, QualType CanonType) 5503 : TypeWithKeyword(Keyword, DependentName, CanonType,
|