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

References

tools/clang/tools/extra/clang-move/Move.cpp
  354   for (const auto *Context = D->getDeclContext(); Context;
  355        Context = Context->getParent()) {
  355        Context = Context->getParent()) {
  356     if (llvm::isa<TranslationUnitDecl>(Context) ||
  357         llvm::isa<LinkageSpecDecl>(Context))
  360     if (const auto *ND = llvm::dyn_cast<NamespaceDecl>(Context))