Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp5241 if (isApprox(Arg, T)) { in believe()
5317 if (isApprox(Base, T)) in VisitCXXDependentScopeMemberExpr()
5324 if (E->getQualifier() && isApprox(E->getQualifier()->getAsType(), T)) in VisitDependentScopeDeclRefExpr()
5332 if (Q && isApprox(Q->getAsType(), T)) in VisitDependentNameType()
5343 if (Q && isApprox(Q->getAsType(), T)) in TraverseNestedNameSpecifierLoc()
5407 static bool isApprox(const TemplateArgument &Arg, const Type *T) { in isApprox() function in __anon3bc9fbb90a11::ConceptInfo
5409 isApprox(Arg.getAsType().getTypePtr(), T); in isApprox()
5412 static bool isApprox(const Type *T1, const Type *T2) { in isApprox() function in __anon3bc9fbb90a11::ConceptInfo