Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp25 static bool anonymousOrInlineNamespace(const NamespaceDecl &ND) { in anonymousOrInlineNamespace() function
35 return ChildNamespace && !anonymousOrInlineNamespace(*ChildNamespace); in singleNamedNamespaceChild()
85 if (anonymousOrInlineNamespace(ND)) in check()