Lines Matching defs:line
18 * file is a text file with one token definition per line. Each line is of the form:
57 out << token << R"((Kind kind, int32_t offset, int32_t length, int32_t line)
61 , fLine(line) {}
189 std::string line;
191 while (std::getline(in, line)) {
192 if (line.length() == 0) {
195 if (line.length() >= 2 && line[0] == '/' && line[1] == '/') {
198 std::istringstream split(line);