Home | History | Annotate | Download | only in Sema

Lines Matching refs:Failed

346   if (InitSeq.Failed())
2653 if (!Failed())
3473 // Perform overload resolution. If it fails, return the failed result.
4095 // Perform overload resolution. If it fails, return the failed result.
5441 if (Failed()) {
6185 /// Emit notes associated with an initialization that failed due to a
6208 if (!Failed())
6578 OS << "Failed sequence: ";
6617 OS << "address of overloaded function failed";
6621 OS << "overload resolution for reference initialization failed";
6641 OS << "reference initialization failed";
6645 OS << "conversion failed";
6649 OS << "conversion from property failed";
6665 OS << "overloading failed for user-defined conversion";
6669 OS << "constructor overloading failed";
6693 OS << "list constructor overloading failed";
6978 return !Seq.Failed();