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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp1871 SourceLocation bodyLoc = lastCatchBody->getLocStart(); local
1872 const char *bodyBuf = SM->getCharacterData(bodyLoc);
1898 SourceLocation bodyLoc = lastCatchBody->getLocStart(); local
1899 const char *bodyBuf = SM->getCharacterData(bodyLoc);
1913 SourceLocation bodyLoc = lastCatchBody->getLocEnd(); local
1914 assert(*SM->getCharacterData(bodyLoc) == '}' &&
1918 bodyLoc = bodyLoc.getLocWithOffset(-1);
1926 InsertText(bodyLoc, buf);

Completed in 59 milliseconds