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

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 748 const char *MainBufEnd = MainBuf.end();
752 for (const char *BufPtr = MainBufStart; BufPtr < MainBufEnd; ++BufPtr) {
754 if (++BufPtr == MainBufEnd)
757 if (++BufPtr == MainBufEnd)
    [all...]
RewriteObjC.cpp 730 const char *MainBufEnd = MainBuf.end();
734 for (const char *BufPtr = MainBufStart; BufPtr < MainBufEnd; ++BufPtr) {
736 if (++BufPtr == MainBufEnd)
739 if (++BufPtr == MainBufEnd)
    [all...]

Completed in 24 milliseconds