Home | History | Annotate | Download | only in Frontend

Lines Matching refs:rparenBuf

1544   const char *rparenBuf = SM->getCharacterData(rightParenLoc);
1545 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
1883 const char *rParenBuf = SM->getCharacterData(rParenLoc);
1884 assert((*rParenBuf == ')') && "bogus @catch paren location");
1889 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");