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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1220 Qualifiers CandidateQual = Candidate.getMethodQualifiers(); local
1222 bool CandidateSuperset = CandidateQual.compatiblyIncludes(IncumbentQual);
1223 bool IncumbentSuperset = IncumbentQual.compatiblyIncludes(CandidateQual);

Completed in 88 milliseconds