Home | History | Annotate | Download | only in Rewrite

Lines Matching full:bodybuf

1846       const char *bodyBuf = SM->getCharacterData(bodyLoc);
1849 assert((*bodyBuf == '{') && "bogus @catch body location");
1852 Rewrite.ReplaceText(startLoc, bodyBuf-startBuf+1, buf);
1873 const char *bodyBuf = SM->getCharacterData(bodyLoc);
1876 assert((*bodyBuf == '{') && "bogus @catch body location");
1880 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");