Searched refs:CandidateQual (Results 1 – 1 of 1) sorted by relevance
1283 Qualifiers CandidateQual = Candidate.getMethodQualifiers(); in compareOverloads() local1285 bool CandidateSuperset = CandidateQual.compatiblyIncludes(IncumbentQual, Ctx); in compareOverloads()1286 bool IncumbentSuperset = IncumbentQual.compatiblyIncludes(CandidateQual, Ctx); in compareOverloads()