Searched refs:DumpDeclContextHiearchy (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h131 static void DumpDeclContextHiearchy(clang::DeclContext *decl_ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2112 void ClangASTContext::DumpDeclContextHiearchy(clang::DeclContext *decl_ctx) { function in class:ClangASTContext
2114 DumpDeclContextHiearchy(decl_ctx->getParent());
2129 DumpDeclContextHiearchy(decl->getDeclContext());

Completed in 87 milliseconds