Home | History | Annotate | Download | only in Sema

Lines Matching refs:Failed

34   TC_Failed         ///< The cast method is appropriate, but failed. A
306 /// Try to diagnose a failed overloaded cast. Returns true if
339 assert(sequence.Failed() && "initialization succeeded on second try?");
354 case OR_Success: llvm_unreachable("successful failed overload");
383 /// Diagnose a failed cast.
538 if (SrcExpr.isInvalid()) // if conversion failed, don't report another error
691 if (SrcExpr.isInvalid()) // if conversion failed, don't report another error
806 if (SrcExpr.isInvalid()) // if conversion failed, don't report another error
815 if (SrcExpr.isInvalid()) // if conversion failed, don't report another error
869 if (SrcExpr.isInvalid()) // if conversion failed, don't report another error
1450 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType()))
2081 assert(!Fn && "cast failed but able to resolve overload expression!!");