Searched refs:BufLength (Results 1 – 1 of 1) sorted by relevance
1447 unsigned BufLength = Content->getBuffer(Diag, *this)->getBufferEnd() - Buf; in getLocation() local1451 while (i < BufLength-1 && i < Col-1 && Buf[i] != '\n' && Buf[i] != '\r') in getLocation()