Searched refs:bodyBuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1849 const char *bodyBuf = SM->getCharacterData(bodyLoc); local
1852 assert((*bodyBuf == '{') && "bogus @catch body location");
1855 Rewrite.ReplaceText(startLoc, bodyBuf-startBuf+1, buf);
1876 const char *bodyBuf = SM->getCharacterData(bodyLoc); local
1879 assert((*bodyBuf == '{') && "bogus @catch body location");
1883 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");

Completed in 109 milliseconds