Searched refs:bodyLoc (Results 1 – 1 of 1) sorted by relevance
1848 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local1849 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()1875 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local1876 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()1890 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local1891 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()1895 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()1903 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()