Home | History | Annotate | Download | only in Object

Lines Matching refs:NextLoc

463   const char *NextLoc = Data.data() + SpaceToSkip;
466 if (NextLoc == Parent->Data.getBufferEnd())
470 if (NextLoc > Parent->Data.getBufferEnd()) {
483 Child Ret(Parent, NextLoc, &Err);