Searched refs:commentStart (Results 1 – 1 of 1) sorted by relevance
224 size_t commentStart = prevLine.find("//"); in emitWrongTokenError() local225 if (commentStart != StringRef::npos) in emitWrongTokenError()226 startOfBuffer = startOfBuffer.drop_back(prevLine.size() - commentStart); in emitWrongTokenError()