Searched refs:lastCurlyLoc (Results 1 – 1 of 1) sorted by relevance
1680 SourceLocation lastCurlyLoc = startLoc; in RewriteObjCSynchronizedStmt() local1710 ReplaceText(lastCurlyLoc, 1, buf); in RewriteObjCSynchronizedStmt()1812 SourceLocation lastCurlyLoc = startLoc; in RewriteObjCTryStmt() local1827 ReplaceText(lastCurlyLoc, 1, buf); in RewriteObjCTryStmt()1906 lastCurlyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt()1929 lastCurlyLoc = body->getEndLoc(); in RewriteObjCTryStmt()1938 ReplaceText(lastCurlyLoc, 1, buf); in RewriteObjCTryStmt()1949 lastCurlyLoc = lastCurlyLoc.getLocWithOffset(1); in RewriteObjCTryStmt()1950 InsertText(lastCurlyLoc, " } /* @try scope end */\n"); in RewriteObjCTryStmt()