Home
last modified time | relevance | path

Searched defs:hasSimilarType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp3497 static bool hasSimilarType(ASTContext &Context, QualType T1, QualType T2) { in hasSimilarType() function
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5775 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext