Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:rParenLoc

1841   SourceLocation rparenLoc = startLoc.getLocWithOffset(endBuf-startBuf);
1850 ReplaceText(rparenLoc, 1, buf);
2054 SourceLocation rParenLoc = Catch->getRParenLoc();
2057 const char *rParenBuf = SM->getCharacterData(rParenLoc);
2063 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");