Searched refs:TodoCommentCheck (Results 1 – 5 of 5) sorted by relevance
18 class TodoCommentCheck::TodoCommentHandler : public CommentHandler {20 TodoCommentHandler(TodoCommentCheck &Check, llvm::Optional<std::string> User) in TodoCommentHandler()48 TodoCommentCheck &Check;53 TodoCommentCheck::TodoCommentCheck(StringRef Name, ClangTidyContext *Context) in TodoCommentCheck() function in clang::tidy::google::readability::TodoCommentCheck58 TodoCommentCheck::~TodoCommentCheck() = default;60 void TodoCommentCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()
25 class TodoCommentCheck : public ClangTidyCheck {27 TodoCommentCheck(StringRef Name, ClangTidyContext *Context);28 ~TodoCommentCheck();
20 TodoCommentCheck.cpp
70 CheckFactories.registerCheck<readability::TodoCommentCheck>( in addCheckFactories()
28 "TodoCommentCheck.cpp",