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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1845 SourceLocation bodyLoc = lastCatchBody->getLocStart(); local
1846 const char *bodyBuf = SM->getCharacterData(bodyLoc);
1872 SourceLocation bodyLoc = lastCatchBody->getLocStart(); local
1873 const char *bodyBuf = SM->getCharacterData(bodyLoc);
1887 SourceLocation bodyLoc = lastCatchBody->getLocEnd(); local
1888 assert(*SM->getCharacterData(bodyLoc) == '}' &&
1892 bodyLoc = bodyLoc.getLocWithOffset(-1);
1900 InsertText(bodyLoc, buf);

Completed in 56 milliseconds