Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h183 static void DumpDeclContextHiearchy(clang::DeclContext *decl_ctx);
H A DTypeSystemClang.cpp2387 void TypeSystemClang::DumpDeclContextHiearchy(clang::DeclContext *decl_ctx) { in DumpDeclContextHiearchy() function in TypeSystemClang
2389 DumpDeclContextHiearchy(decl_ctx->getParent()); in DumpDeclContextHiearchy()
2404 DumpDeclContextHiearchy(decl->getDeclContext()); in DumpDeclHiearchy()