Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h419 bool isPerfect(const ASTContext &C) const { in isPerfect() function
796 bool isPerfect(const ASTContext &C) const { in isPerfect() function
797 return isStandard() && Standard.isPerfect(C); in isPerfect()
1048 if (!C.isInitialized() || !C.isPerfect(Ctx)) in isPerfectMatch()
1052 return FinalConversion.isPerfect(Ctx); in isPerfectMatch()