Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:endLoc

362                                            SourceLocation EndLoc=SourceLocation());
366 SourceLocation EndLoc=SourceLocation());
1965 SourceLocation EndLoc) {
1984 VK_RValue, EndLoc);
2038 SourceLocation Loc, EndLoc;
2042 EndLoc = ECE->getRParenLoc();
2045 EndLoc = E->getLocEnd();
2048 if (Loc.isInvalid() || EndLoc.isInvalid())
2052 const char *endBuf = SM->getCharacterData(EndLoc);
2507 SourceLocation EndLoc = Exp->getLocEnd();
2526 StartLoc, EndLoc);
2538 StartLoc, EndLoc);
2581 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2587 EndLoc);
2604 SourceLocation EndLoc = Exp->getLocEnd();
2666 StartLoc, EndLoc);
2679 StartLoc, EndLoc);
2720 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2726 EndLoc);
2743 SourceLocation EndLoc = Exp->getLocEnd();
2831 StartLoc, EndLoc);
2844 StartLoc, EndLoc);
2895 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2901 EndLoc);
2972 SourceLocation EndLoc) {
3039 EndLoc);
3048 StartLoc, EndLoc);
3117 StartLoc, EndLoc);
3149 StartLoc, EndLoc);
3158 StartLoc, EndLoc);
3236 EndLoc);
3347 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3353 EndLoc);
5254 SourceLocation endLoc = MessExpr->getLocEnd();
5257 const char *endBuf = SM->getCharacterData(endLoc);