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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  125   static void DumpDeclContextHiearchy(clang::DeclContext *decl_ctx);

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2324     DumpDeclContextHiearchy(decl_ctx->getParent());
 2339   DumpDeclContextHiearchy(decl->getDeclContext());