Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:endLoc

351                                            SourceLocation EndLoc=SourceLocation());
360 SourceLocation EndLoc=SourceLocation());
1655 SourceLocation endLoc = S->getSynchBody()->getLocStart();
1656 const char *endBuf = SM->getCharacterData(endLoc);
1914 SourceLocation endLoc = body->getLocEnd();
1917 assert(*SM->getCharacterData(endLoc) == '}' &&
1922 endLoc = endLoc.getLocWithOffset(-1);
1923 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
2008 SourceLocation EndLoc) {
2027 VK_RValue, EndLoc);
2081 SourceLocation Loc, EndLoc;
2085 EndLoc = ECE->getRParenLoc();
2088 EndLoc = E->getLocEnd();
2091 if (Loc.isInvalid() || EndLoc.isInvalid())
2095 const char *endBuf = SM->getCharacterData(EndLoc);
2623 SourceLocation EndLoc) {
2686 EndLoc);
2695 StartLoc, EndLoc);
2758 StartLoc, EndLoc);
2786 StartLoc, EndLoc);
2795 StartLoc, EndLoc);
2867 EndLoc);
2977 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2981 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
4670 SourceLocation endLoc = MessExpr->getLocEnd();
4673 const char *endBuf = SM->getCharacterData(endLoc);