Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1249 Qualifiers CandidateQual = Candidate.getMethodQualifiers(); in compareOverloads() local
1251 bool CandidateSuperset = CandidateQual.compatiblyIncludes(IncumbentQual); in compareOverloads()
1252 bool IncumbentSuperset = IncumbentQual.compatiblyIncludes(CandidateQual); in compareOverloads()