Searched refs:comment_line (Results 1 – 1 of 1) sorted by relevance
64 std::string_view comment_line = line_view.substr(comment_pos + 1); in ParseSymbolTags() local65 std::vector<std::string_view> tags = utils::Split(comment_line, " \t"); in ParseSymbolTags()