Searched defs:IsPlausibleResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSema.cpp1191 bool (*IsPlausibleResult)(QualType)) {
1192 if (!IsPlausibleResult)
1200 if (IsPlausibleResult(OverloadResultTy))
1220 bool (*IsPlausibleResult)(QualType)) {
1228 (!IsPlausibleResult || IsPlausibleResult(ZeroArgCallTy))) {
1240 notePlausibleOverloads(*this, Loc, Overloads, IsPlausibleResult);
1252 notePlausibleOverloads(*this, Loc, Overloads, IsPlausibleResult);
1189 notePlausibleOverloads(Sema &S, SourceLocation Loc, const UnresolvedSetImpl &Overloads, bool (*IsPlausibleResult)(QualType)) argument
1218 tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, bool ForceComplain, bool (*IsPlausibleResult)(QualType)) argument

Completed in 54 milliseconds