Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:rparenBuf

1637   const char *rparenBuf = SM->getCharacterData(rightParenLoc);
1638 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
1849 const char *rParenBuf = SM->getCharacterData(rParenLoc);
1855 ReplaceText(startLoc, rParenBuf-startBuf+1, Result);