Searched refs:CandidateQual (Results 1 – 1 of 1) sorted by relevance
1254 Qualifiers CandidateQual = Candidate.getMethodQualifiers(); in compareOverloads() local1256 bool CandidateSuperset = CandidateQual.compatiblyIncludes(IncumbentQual); in compareOverloads()1257 bool IncumbentSuperset = IncumbentQual.compatiblyIncludes(CandidateQual); in compareOverloads()