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

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

Completed in 65 milliseconds