Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp50 ConcatNestedNamespacesCheck::NamespaceString
51 ConcatNestedNamespacesCheck::concatNamespaces() { in concatNamespaces()
64 void ConcatNestedNamespacesCheck::registerMatchers( in registerMatchers()
69 void ConcatNestedNamespacesCheck::reportDiagnostic( in reportDiagnostic()
77 void ConcatNestedNamespacesCheck::check( in check()
H A DConcatNestedNamespacesCheck.h20 class ConcatNestedNamespacesCheck : public ClangTidyCheck {
22 ConcatNestedNamespacesCheck(StringRef Name, ClangTidyContext *Context) in ConcatNestedNamespacesCheck() function
H A DCMakeLists.txt9 ConcatNestedNamespacesCheck.cpp
H A DModernizeTidyModule.cpp56 CheckFactories.registerCheck<ConcatNestedNamespacesCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn18 "ConcatNestedNamespacesCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1148 clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
1149 clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.h