HomeSort by relevance Sort by last modified time
    Searched refs:MainBufEnd (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp 743 const char *MainBufEnd = MainBuf.end();
747 for (const char *BufPtr = MainBufStart; BufPtr < MainBufEnd; ++BufPtr) {
749 if (++BufPtr == MainBufEnd)
752 if (++BufPtr == MainBufEnd)
    [all...]

Completed in 35 milliseconds