Searched refs:is_match (Results 1 – 1 of 1) sorted by relevance
79 const bool is_match = std::regex_search(comment, match_result, re); in AppendCommentLine() local81 if (is_match && rule.bit_mask == AnnotationRule::kSystemApi) { in AppendCommentLine()