reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1788   assert((*startBuf == '@') && "bogus @try location");
 1802   startBuf = SM->getCharacterData(startLoc);
 1804   assert((*startBuf == '}') && "bogus @try block");
 1833     startBuf = SM->getCharacterData(startLoc);
 1835     assert((*startBuf == '@') && "bogus @catch location");
 1837     const char *lParenLoc = strchr(startBuf, '(');
 1849       Rewrite.ReplaceText(startLoc, bodyBuf-startBuf+1, buf);
 1854         ReplaceText(startLoc, lParenLoc-startBuf+1, buf);
 1863           ReplaceText(startLoc, lParenLoc-startBuf+1, buf);
 1904     startBuf = SM->getCharacterData(startLoc);
 1905     assert((*startBuf == '@') && "bogus @finally start");