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
   53   Result.append(Namespaces.front()->getName());
   55   std::for_each(std::next(Namespaces.begin()), Namespaces.end(),
   55   std::for_each(std::next(Namespaces.begin()), Namespaces.end(),
   74   diag(Namespaces.front()->getBeginLoc(),
   94   Namespaces.push_back(&ND);
   99   SourceRange FrontReplacement(Namespaces.front()->getBeginLoc(),
  100                                Namespaces.back()->getLocation());
  101   SourceRange BackReplacement(Namespaces.back()->getRBraceLoc(),
  102                               Namespaces.front()->getRBraceLoc());
  104   if (!alreadyConcatenated(Namespaces.size(), FrontReplacement, Sources,
  108   Namespaces.clear();