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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1181 // Will Candidate ever be called on the object, when overloaded with Incumbent?
1182 // Returns Dominates if Candidate is always called, Dominated if Incumbent is
1186 const CXXMethodDecl &Incumbent,
1190 if (Candidate.getDeclContext() != Incumbent.getDeclContext())
1192 if (Candidate.isVariadic() != Incumbent.isVariadic() ||
1193 Candidate.getNumParams() != Incumbent.getNumParams() ||
1195 Incumbent.getMinRequiredArguments())
1199 Incumbent.parameters()[I]->getType().getCanonicalType())
1202 !llvm::empty(Incumbent.specific_attrs<EnableIfAttr>()))
1207 RefQualifierKind IncumbentRef = Incumbent
1185 compareOverloads(const CXXMethodDecl &Candidate, const CXXMethodDecl &Incumbent, const Qualifiers &ObjectQuals, ExprValueKind ObjectKind) argument
1326 Result &Incumbent = Results[Entry.second]; local
[all...]

Completed in 79 milliseconds