Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1283 Qualifiers CandidateQual = Candidate.getMethodQualifiers(); in compareOverloads() local
1285 bool CandidateSuperset = CandidateQual.compatiblyIncludes(IncumbentQual, Ctx); in compareOverloads()
1286 bool IncumbentSuperset = IncumbentQual.compatiblyIncludes(CandidateQual, Ctx); in compareOverloads()