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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4901 if (isApprox(Arg, T)) {
4977 if (isApprox(Base, T))
4984 if (E->getQualifier() && isApprox(E->getQualifier()->getAsType(), T))
4992 if (Q && isApprox(Q->getAsType(), T))
5003 if (Q && isApprox(Q->getAsType(), T))
5067 static bool isApprox(const TemplateArgument &Arg, const Type *T) { function in class:__anon2038::ConceptInfo
5069 isApprox(Arg.getAsType().getTypePtr(), T);
5072 static bool isApprox(const Type *T1, const Type *T2) { function in class:__anon2038::ConceptInfo

Completed in 61 milliseconds