Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcExpr

3571                                         Expr *&SrcExpr) {
3594 SourceLocation SrcExprEndLoc = PP.getLocForEndOfToken(SrcExpr->getLocEnd());
3595 // Provide a fixit: [RelatedClass ClassMethod SrcExpr]
3598 << FixItHint::CreateInsertion(SrcExpr->getLocStart(), ExpressionString)
3606 Expr *args[] = { SrcExpr };
3611 SrcExpr = msg.get();
3619 SourceLocation SrcExprEndLoc = PP.getLocForEndOfToken(SrcExpr->getLocEnd());
3637 << FixItHint::CreateInsertion(SrcExpr->getLocStart(), "[")
3644 BuildInstanceMessageImplicit(SrcExpr, SrcType,
3648 SrcExpr = msg.get();