Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcExpr

10824   Expr *SrcExpr = Exp->IgnoreParenImpCasts();
10825 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(SrcExpr))
10827 SrcExpr = OV->getSourceExpr()->IgnoreParenImpCasts();
10829 StringLiteral *SL = dyn_cast<StringLiteral>(SrcExpr);
10841 Expr *SrcExpr, AssignmentAction Action,
10859 DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr);
10864 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10869 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10880 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10924 IsStringLiteralToNonConstPointerConversion(SrcExpr, DstType))
10971 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11001 FDiag << FirstType << SecondType << SrcExpr->getSourceRange();
11003 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
11026 NoteAllOverloadCandidates(OverloadExpr::find(SrcExpr).Expression,
11030 EmitRelatedResultTypeNote(SrcExpr);