Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1186 const CXXMethodDecl &Incumbent, in compareOverloads() argument
1190 if (Candidate.getDeclContext() != Incumbent.getDeclContext()) in compareOverloads()
1192 if (Candidate.isVariadic() != Incumbent.isVariadic() || in compareOverloads()
1193 Candidate.getNumParams() != Incumbent.getNumParams() || in compareOverloads()
1195 Incumbent.getMinRequiredArguments()) in compareOverloads()
1199 Incumbent.parameters()[I]->getType().getCanonicalType()) in compareOverloads()
1202 !llvm::empty(Incumbent.specific_attrs<EnableIfAttr>())) in compareOverloads()
1207 RefQualifierKind IncumbentRef = Incumbent.getRefQualifier(); in compareOverloads()
1221 Qualifiers IncumbentQual = Incumbent.getMethodQualifiers(); in compareOverloads()
1326 Result &Incumbent = Results[Entry.second]; in AddResult() local
[all …]