Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1623 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); in RewriteObjCForCollectionStmt() local
1624 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1636 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); in RewriteObjCForCollectionStmt() local
1637 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
H A DRewriteModernObjC.cpp1831 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); in RewriteObjCForCollectionStmt() local
1832 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1844 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); in RewriteObjCForCollectionStmt() local
1845 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()