Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2426 bool hasSimilarType(QualType T1, QualType T2);
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp7543 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()
7573 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
DSemaOverload.cpp3864 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
4586 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()
/external/clang/lib/Sema/
DSemaOverload.cpp3497 static bool hasSimilarType(ASTContext &Context, QualType T1, QualType T2) { in hasSimilarType() function
3530 } else if (!hasSimilarType(Context, SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5775 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext