Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h184 static void DumpDeclContextHiearchy(clang::DeclContext *decl_ctx);
H A DTypeSystemClang.cpp2428 void TypeSystemClang::DumpDeclContextHiearchy(clang::DeclContext *decl_ctx) { in DumpDeclContextHiearchy() function in TypeSystemClang
2430 DumpDeclContextHiearchy(decl_ctx->getParent()); in DumpDeclContextHiearchy()
2445 DumpDeclContextHiearchy(decl->getDeclContext()); in DumpDeclHiearchy()