Searched refs:TodoMatch (Results 1 – 1 of 1) sorted by relevance
22 TodoMatch("^// *TODO *(\\(.*\\))?:?( )?(.*)$") {} in TodoCommentHandler()30 if (!TodoMatch.match(Text, &Matches)) in HandleComment()50 llvm::Regex TodoMatch; member in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler