Searched refs:comment_pos (Results 1 – 1 of 1) sorted by relevance
462 size_t comment_pos = line.find('#', search_pos); in TrimAndRemoveComment() local463 if (comment_pos == std::string::npos) { in TrimAndRemoveComment()466 if (comment_pos == 0 || line[comment_pos - 1] != '\\') { in TrimAndRemoveComment()467 end = comment_pos; in TrimAndRemoveComment()470 search_pos = comment_pos + 1; in TrimAndRemoveComment()