Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp18 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::TodoCommentCheck
58 TodoCommentCheck::~TodoCommentCheck() = default;
60 void TodoCommentCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()
H A DTodoCommentCheck.h25 class TodoCommentCheck : public ClangTidyCheck {
27 TodoCommentCheck(StringRef Name, ClangTidyContext *Context);
28 ~TodoCommentCheck();
H A DCMakeLists.txt20 TodoCommentCheck.cpp
H A DGoogleTidyModule.cpp70 CheckFactories.registerCheck<readability::TodoCommentCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/
H A DBUILD.gn28 "TodoCommentCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1082 clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp
1083 clang-tools-extra/clang-tidy/google/TodoCommentCheck.h