HomeSort by: relevance | last modified time | path
    Searched defs:endBodyLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1830 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1);
1831 InsertText(endBodyLoc, buf);
1843 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1);
1844 InsertText(endBodyLoc, buf);
RewriteObjC.cpp 1623 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(1);
1624 InsertText(endBodyLoc, buf);
1636 SourceLocation endBodyLoc = OrigEnd.getLocWithOffset(semiBuf-stmtBuf+1);
1637 InsertText(endBodyLoc, buf);

Completed in 38 milliseconds