Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp16 class TodoCommentCheck::TodoCommentHandler : public CommentHandler { class in clang::tidy::google::readability::TodoCommentCheck
18 TodoCommentHandler(TodoCommentCheck &Check, std::optional<std::string> User) in TodoCommentHandler() function in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
53 Handler(std::make_unique<TodoCommentHandler>( in TodoCommentCheck()
H A DTodoCommentCheck.h31 class TodoCommentHandler;
32 std::unique_ptr<TodoCommentHandler> Handler;