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

/external/clang/lib/Sema/
H A DSema.cpp1425 bool (*IsPlausibleResult)(QualType)) {
1426 if (!IsPlausibleResult)
1434 if (IsPlausibleResult(OverloadResultTy))
1454 bool (*IsPlausibleResult)(QualType)) {
1462 (!IsPlausibleResult || IsPlausibleResult(ZeroArgCallTy))) {
1473 notePlausibleOverloads(*this, Loc, Overloads, IsPlausibleResult);
1485 notePlausibleOverloads(*this, Loc, Overloads, IsPlausibleResult);
1423 notePlausibleOverloads(Sema &S, SourceLocation Loc, const UnresolvedSetImpl &Overloads, bool (*IsPlausibleResult)(QualType)) argument
1452 tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, bool ForceComplain, bool (*IsPlausibleResult)(QualType)) argument

Completed in 199 milliseconds