Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1615 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); in RewriteObjCForCollectionStmt() local
1616 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1628 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); in RewriteObjCForCollectionStmt() local
1629 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
H A DRewriteModernObjC.cpp1826 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); in RewriteObjCForCollectionStmt() local
1827 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1839 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); in RewriteObjCForCollectionStmt() local
1840 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()