Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1220 Qualifiers CandidateQual = Candidate.getMethodQualifiers(); in compareOverloads() local
1222 bool CandidateSuperset = CandidateQual.compatiblyIncludes(IncumbentQual); in compareOverloads()
1223 bool IncumbentSuperset = IncumbentQual.compatiblyIncludes(CandidateQual); in compareOverloads()