Home | History | Annotate | Download | only in Frontend

Lines Matching refs:rparenLoc

1689   SourceLocation rparenLoc = startLoc.getLocWithOffset(endBuf-startBuf);
1698 ReplaceText(rparenLoc, 1, buf);
1901 SourceLocation rParenLoc = Catch->getRParenLoc();
1904 const char *rParenBuf = SM->getCharacterData(rParenLoc);
1910 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");