Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DReadabilityModuleTest.cpp12 using readability::NamespaceCommentCheck;
19 runCheckOnCode<NamespaceCommentCheck>("namespace {\n}")); in TEST()
21 runCheckOnCode<NamespaceCommentCheck>( in TEST()
35 runCheckOnCode<NamespaceCommentCheck>( in TEST()
40 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
44 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
48 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
52 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
57 runCheckOnCode<NamespaceCommentCheck>("namespace q {\n" in TEST()
71 runCheckOnCode<NamespaceCommentCheck>( in TEST()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNamespaceCommentCheck.cpp24 NamespaceCommentCheck::NamespaceCommentCheck(StringRef Name, in NamespaceCommentCheck() function in clang::tidy::readability::NamespaceCommentCheck
33 void NamespaceCommentCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
38 void NamespaceCommentCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
83 void NamespaceCommentCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DNamespaceCommentCheck.h24 class NamespaceCommentCheck : public ClangTidyCheck {
26 NamespaceCommentCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt29 NamespaceCommentCheck.cpp
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DLLVMTidyModule.cpp32 CheckFactories.registerCheck<readability::NamespaceCommentCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DGoogleTidyModule.cpp78 .registerCheck<clang::tidy::readability::NamespaceCommentCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn37 "NamespaceCommentCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1280 clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.h