Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2713 bool hasSimilarType(QualType T1, QualType T2);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDItaniumMangle.cpp6101 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
6543 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
HDASTContext.cpp6590 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext
HDExprConstant.cpp9274 Info.Ctx.hasSimilarType(Result.Designator.getType(Info.Ctx), in VisitCastExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplate.cpp7280 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()
7322 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
HDSemaStmt.cpp844 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
HDSemaOverload.cpp4210 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
4890 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()