Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
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()
DConcatNestedNamespacesCheck.h20 class ConcatNestedNamespacesCheck : public ClangTidyCheck {
22 ConcatNestedNamespacesCheck(StringRef Name, ClangTidyContext *Context) in ConcatNestedNamespacesCheck() function
DCMakeLists.txt9 ConcatNestedNamespacesCheck.cpp
DModernizeTidyModule.cpp55 CheckFactories.registerCheck<ConcatNestedNamespacesCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
DBUILD.gn18 "ConcatNestedNamespacesCheck.cpp",