Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
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()
DTodoCommentCheck.h25 class TodoCommentCheck : public ClangTidyCheck {
27 TodoCommentCheck(StringRef Name, ClangTidyContext *Context);
28 ~TodoCommentCheck();
DCMakeLists.txt20 TodoCommentCheck.cpp
DGoogleTidyModule.cpp70 CheckFactories.registerCheck<readability::TodoCommentCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/
DBUILD.gn28 "TodoCommentCheck.cpp",