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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1829 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); local
1830 InsertText(endBodyLoc, buf);
1842 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); local
1843 InsertText(endBodyLoc, buf);
H A DRewriteObjC.cpp1622 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); local
1623 InsertText(endBodyLoc, buf);
1635 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); local
1636 InsertText(endBodyLoc, buf);

Completed in 234 milliseconds