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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1223 bool IncumbentSuperset = IncumbentQual.compatiblyIncludes(CandidateQual); local
1224 if (CandidateSuperset == IncumbentSuperset)
1226 return IncumbentSuperset ? OverloadCompare::Dominates

Completed in 78 milliseconds