Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1614 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); in RewriteObjCForCollectionStmt() local
1615 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1627 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); in RewriteObjCForCollectionStmt() local
1628 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
DRewriteModernObjC.cpp1823 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1); in RewriteObjCForCollectionStmt() local
1824 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()
1836 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1); in RewriteObjCForCollectionStmt() local
1837 InsertText(endBodyLoc, buf); in RewriteObjCForCollectionStmt()