Searched refs:RestOfBuffer (Results 1 – 1 of 1) sorted by relevance
2852 auto RestOfBuffer = StringRef(CurPtr, BufferEnd - CurPtr).substr(TermLen); in FindConflictEnd() local2853 size_t Pos = RestOfBuffer.find(Terminator); in FindConflictEnd()2857 (RestOfBuffer[Pos - 1] != '\r' && RestOfBuffer[Pos - 1] != '\n')) { in FindConflictEnd()2858 RestOfBuffer = RestOfBuffer.substr(Pos+TermLen); in FindConflictEnd()2859 Pos = RestOfBuffer.find(Terminator); in FindConflictEnd()2862 return RestOfBuffer.data()+Pos; in FindConflictEnd()