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

References

tools/clang/tools/extra/clangd/AST.cpp
  192   for (const auto *Ctx = &DC; Ctx != nullptr; Ctx = Ctx->getParent())
  192   for (const auto *Ctx = &DC; Ctx != nullptr; Ctx = Ctx->getParent())
  192   for (const auto *Ctx = &DC; Ctx != nullptr; Ctx = Ctx->getParent())
  193     if (const auto *NS = dyn_cast<NamespaceDecl>(Ctx))