Home | History | Annotate | Download | only in Frontend

Lines Matching refs:rparenBuf

1783   const char *rparenBuf = SM->getCharacterData(rightParenLoc);
1784 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
2010 const char *rParenBuf = SM->getCharacterData(rParenLoc);
2016 ReplaceText(startLoc, rParenBuf-startBuf+1, Result);