Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h2518 bool hasSimilarType(QualType T1, QualType T2);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp7533 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()
7563 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
DSemaStmt.cpp797 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
DSemaOverload.cpp3865 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
4589 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DItaniumMangle.cpp5328 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
DASTContext.cpp5860 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext