Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DReadabilityModuleTest.cpp11 using readability::NamespaceCommentCheck;
15 runCheckOnCode<NamespaceCommentCheck>("namespace i {\n}")); in TEST()
17 runCheckOnCode<NamespaceCommentCheck>("namespace {\n}")); in TEST()
19 runCheckOnCode<NamespaceCommentCheck>( in TEST()
26 runCheckOnCode<NamespaceCommentCheck>("namespace i { namespace j { } }")); in TEST()
33 runCheckOnCode<NamespaceCommentCheck>( in TEST()
38 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
42 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
46 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
50 runCheckOnCode<NamespaceCommentCheck>("namespace {\n" in TEST()
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
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()
DNamespaceCommentCheck.h24 class NamespaceCommentCheck : public ClangTidyCheck {
26 NamespaceCommentCheck(StringRef Name, ClangTidyContext *Context);
DCMakeLists.txt26 NamespaceCommentCheck.cpp
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DLLVMTidyModule.cpp32 CheckFactories.registerCheck<readability::NamespaceCommentCheck>( in addCheckFactories()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DGoogleTidyModule.cpp78 .registerCheck<clang::tidy::readability::NamespaceCommentCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
DBUILD.gn34 "NamespaceCommentCheck.cpp",