Home
last modified time | relevance | path

Searched refs:hasSimilarType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2626 bool hasSimilarType(QualType T1, QualType T2);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp6070 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
6512 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
H A DASTContext.cpp6144 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp821 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
H A DSemaTemplate.cpp8022 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()
8052 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
H A DSemaOverload.cpp4176 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
4863 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()