Searched refs:NamespaceCommentCheck (Results 1 – 7 of 7) sorted by relevance
11 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 …]
24 NamespaceCommentCheck::NamespaceCommentCheck(StringRef Name, in NamespaceCommentCheck() function in clang::tidy::readability::NamespaceCommentCheck33 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()
24 class NamespaceCommentCheck : public ClangTidyCheck {26 NamespaceCommentCheck(StringRef Name, ClangTidyContext *Context);
26 NamespaceCommentCheck.cpp
32 CheckFactories.registerCheck<readability::NamespaceCommentCheck>( in addCheckFactories()
78 .registerCheck<clang::tidy::readability::NamespaceCommentCheck>( in addCheckFactories()
34 "NamespaceCommentCheck.cpp",