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

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

Completed in 104 milliseconds