Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:rParenLoc

1684   SourceLocation rparenLoc = startLoc.getLocWithOffset(endBuf-startBuf);
1693 ReplaceText(rparenLoc, 1, buf);
1897 SourceLocation rParenLoc = Catch->getRParenLoc();
1900 const char *rParenBuf = SM->getCharacterData(rParenLoc);
1906 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");