reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
   85   if (!locationsInSameFile(Sources, ND.getBeginLoc(), ND.getRBraceLoc()))
   85   if (!locationsInSameFile(Sources, ND.getBeginLoc(), ND.getRBraceLoc()))
   88   if (!Sources.isInMainFile(ND.getBeginLoc()))
   91   if (anonymousOrInlineNamespace(ND))
   94   Namespaces.push_back(&ND);
   96   if (singleNamedNamespaceChild(ND))