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

/external/clang/lib/Sema/
H A DSema.cpp1432 bool (*IsPlausibleResult)(QualType)) {
1433 if (!IsPlausibleResult)
1441 if (IsPlausibleResult(OverloadResultTy))
1461 bool (*IsPlausibleResult)(QualType)) {
1469 (!IsPlausibleResult || IsPlausibleResult(ZeroArgCallTy))) {
1480 notePlausibleOverloads(*this, Loc, Overloads, IsPlausibleResult);
1492 notePlausibleOverloads(*this, Loc, Overloads, IsPlausibleResult);
1430 notePlausibleOverloads(Sema &S, SourceLocation Loc, const UnresolvedSetImpl &Overloads, bool (*IsPlausibleResult)(QualType)) argument
1459 tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, bool ForceComplain, bool (*IsPlausibleResult)(QualType)) argument

Completed in 28 milliseconds