Searched refs:SpecializedTypeIdentity (Results 1 – 3 of 3) sorted by relevance
1488 QualType SpecializedTypeIdentity = FPT->getParamType(0); in Emit() local1490 DeleteArgs.add(Traits::get(CGF, TypeIdentity), SpecializedTypeIdentity); in Emit()1667 QualType SpecializedTypeIdentity = allocatorType->getParamType(0); in EmitCXXNewExpr() local1668 CXXScalarValueInitExpr TypeIdentityParam(SpecializedTypeIdentity, nullptr, in EmitCXXNewExpr()1671 allocatorArgs.add(TypeIdentityArg, SpecializedTypeIdentity); in EmitCXXNewExpr()
2945 QualType SpecializedTypeIdentity = in FindAllocationFunctions() local2947 if (!SpecializedTypeIdentity.isNull()) { in FindAllocationFunctions()2948 TypeIdentity = SpecializedTypeIdentity; in FindAllocationFunctions()
16425 QualType SpecializedTypeIdentity = tryBuildStdTypeIdentity(DeallocType, Loc); in BuildTypeAwareUsualDelete() local16426 if (SpecializedTypeIdentity.isNull()) in BuildTypeAwareUsualDelete()16436 ArgTypes.push_back(SpecializedTypeIdentity); in BuildTypeAwareUsualDelete()