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

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

Completed in 729 milliseconds