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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2323   if (decl_ctx) {
 2324     DumpDeclContextHiearchy(decl_ctx->getParent());
 2326     clang::NamedDecl *named_decl = llvm::dyn_cast<clang::NamedDecl>(decl_ctx);
 2328       printf("%20s: %s\n", decl_ctx->getDeclKindName(),
 2331       printf("%20s\n", decl_ctx->getDeclKindName());