Searched refs:hasSimilarType (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 2426 bool hasSimilarType(QualType T1, QualType T2);
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 7543 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument() 7573 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
|
D | SemaOverload.cpp | 3864 } 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/ |
D | SemaOverload.cpp | 3497 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/ |
D | ASTContext.cpp | 5775 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext
|