Lines Matching defs:Incumbent
1243 // Will Candidate ever be called on the object, when overloaded with Incumbent?
1244 // Returns Dominates if Candidate is always called, Dominated if Incumbent is
1248 const CXXMethodDecl &Incumbent,
1252 if (Candidate.getDeclContext() != Incumbent.getDeclContext())
1254 if (Candidate.isVariadic() != Incumbent.isVariadic() ||
1255 Candidate.getNumParams() != Incumbent.getNumParams() ||
1257 Incumbent.getMinRequiredArguments())
1261 Incumbent.parameters()[I]->getType().getCanonicalType())
1264 !Incumbent.specific_attrs<EnableIfAttr>().empty())
1269 RefQualifierKind IncumbentRef = Incumbent.getRefQualifier();
1283 Qualifiers IncumbentQual = Incumbent.getMethodQualifiers();
1453 Result &Incumbent = Results[Entry.second];
1455 *cast<CXXMethodDecl>(Incumbent.Declaration),
1461 Incumbent = std::move(R);