Home
last modified time | relevance | path

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

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