Home
last modified time | relevance | path

Searched refs:TodoMatch (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DTodoCommentCheck.cpp22 TodoMatch("^// *TODO *(\\(.*\\))?:?( )?(.*)$") {} in TodoCommentHandler()
30 if (!TodoMatch.match(Text, &Matches)) in HandleComment()
50 llvm::Regex TodoMatch; member in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler