Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp102 bool IsFirstNS = IsChild || !Namespaces.empty(); in unsupportedNamespace() local
103 return ND.isInlineNamespace() && !IsFirstNS; in unsupportedNamespace()