Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:endLoc

357                                            SourceLocation EndLoc=SourceLocation());
361 SourceLocation EndLoc=SourceLocation());
1681 SourceLocation endLoc = S->getSynchBody()->getLocStart();
1682 const char *endBuf = SM->getCharacterData(endLoc);
1940 SourceLocation endLoc = body->getLocEnd();
1943 assert(*SM->getCharacterData(endLoc) == '}' &&
1948 endLoc = endLoc.getLocWithOffset(-1);
1949 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
2041 SourceLocation EndLoc) {
2060 VK_RValue, EndLoc);
2114 SourceLocation Loc, EndLoc;
2118 EndLoc = ECE->getRParenLoc();
2121 EndLoc = E->getLocEnd();
2124 if (Loc.isInvalid() || EndLoc.isInvalid())
2128 const char *endBuf = SM->getCharacterData(EndLoc);
2638 SourceLocation EndLoc) {
2705 EndLoc);
2714 StartLoc, EndLoc);
2783 StartLoc, EndLoc);
2815 StartLoc, EndLoc);
2824 StartLoc, EndLoc);
2902 EndLoc);
3013 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3019 EndLoc);
4743 SourceLocation endLoc = MessExpr->getLocEnd();
4746 const char *endBuf = SM->getCharacterData(endLoc);