Searched refs:ConcatNestedNamespacesCheck (Results 1 – 5 of 5) sorted by relevance
50 ConcatNestedNamespacesCheck::NamespaceString51 ConcatNestedNamespacesCheck::concatNamespaces() { in concatNamespaces()64 void ConcatNestedNamespacesCheck::registerMatchers( in registerMatchers()69 void ConcatNestedNamespacesCheck::reportDiagnostic( in reportDiagnostic()77 void ConcatNestedNamespacesCheck::check( in check()
20 class ConcatNestedNamespacesCheck : public ClangTidyCheck {22 ConcatNestedNamespacesCheck(StringRef Name, ClangTidyContext *Context) in ConcatNestedNamespacesCheck() function
9 ConcatNestedNamespacesCheck.cpp
55 CheckFactories.registerCheck<ConcatNestedNamespacesCheck>( in addCheckFactories()
18 "ConcatNestedNamespacesCheck.cpp",