Home | History | Annotate | Download | only in Rewrite

Lines Matching full:stmtbuf

1806     const char *stmtBuf = SM->getCharacterData(OrigEnd);
1807 const char *semiBuf = strchr(stmtBuf, ';');
1809 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1);