Searched refs:first_ch_pos (Results 1 – 1 of 1) sorted by relevance
162 auto first_ch_pos = line.find_first_not_of(" \t"); in AddLine() local163 if (first_ch_pos == std::string::npos || line[first_ch_pos] == '#') in AddLine()