Searched defs:IsComment (Results 1 – 2 of 2) sorted by relevance
143 static constexpr bool IsComment(Mode mode) { return mode == COMMENT; } in IsComment() function
707 def IsComment(cur_line): function