Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1848 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1849 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1875 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1876 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1890 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1891 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1895 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1903 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()