Searched refs:hasSimilarType (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2713 bool hasSimilarType(QualType T1, QualType T2);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 6101 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg() 6543 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
|
H A D | ASTContext.cpp | 6590 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext
|
H A D | ExprConstant.cpp | 9274 Info.Ctx.hasSimilarType(Result.Designator.getType(Info.Ctx), in VisitCastExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 7280 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument() 7322 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
|
H A D | SemaStmt.cpp | 844 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
|
H A D | SemaOverload.cpp | 4210 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets() 4890 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()
|