Lines Matching refs:SrcExpr

16578                                               const Expr *SrcExpr) {  in maybeDiagnoseAssignmentToFunction()  argument
16580 !SrcExpr->getType()->isFunctionType()) in maybeDiagnoseAssignmentToFunction()
16583 auto *DRE = dyn_cast<DeclRefExpr>(SrcExpr->IgnoreParenImpCasts()); in maybeDiagnoseAssignmentToFunction()
16593 SrcExpr->getBeginLoc()); in maybeDiagnoseAssignmentToFunction()
16599 Expr *SrcExpr, AssignmentAction Action, in DiagnoseAssignmentResult() argument
16616 DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr); in DiagnoseAssignmentResult()
16626 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this); in DiagnoseAssignmentResult()
16636 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this); in DiagnoseAssignmentResult()
16642 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this); in DiagnoseAssignmentResult()
16652 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this); in DiagnoseAssignmentResult()
16670 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this); in DiagnoseAssignmentResult()
16720 IsStringLiteralToNonConstPointerConversion(SrcExpr, DstType)) in DiagnoseAssignmentResult()
16794 if (maybeDiagnoseAssignmentToFunction(*this, DstType, SrcExpr)) { in DiagnoseAssignmentResult()
16801 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this); in DiagnoseAssignmentResult()
16835 << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
16866 NoteAllOverloadCandidates(OverloadExpr::find(SrcExpr).Expression, in DiagnoseAssignmentResult()
16870 ObjC().EmitRelatedResultTypeNote(SrcExpr); in DiagnoseAssignmentResult()