Searched defs:lastCatchBody (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp1852 Stmt *lastCatchBody = 0; local
1870 lastCatchBody = Catch->getCatchBody();
1871 SourceLocation bodyLoc = lastCatchBody->getLocStart();
1896 lastCatchBody = Catch->getCatchBody();
1898 SourceLocation bodyLoc = lastCatchBody->getLocStart();
1912 if (lastCatchBody) {
1913 SourceLocation bodyLoc = lastCatchBody->getLocEnd();
1929 lastCurlyLoc = lastCatchBody->getLocEnd();

Completed in 55 milliseconds