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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1621 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); local
1622 InsertText(endBodyLoc, buf);
1634 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); local
1635 InsertText(endBodyLoc, buf);
H A DRewriteModernObjC.cpp1828 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); local
1829 InsertText(endBodyLoc, buf);
1841 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); local
1842 InsertText(endBodyLoc, buf);

Completed in 174 milliseconds