Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h187 static void DumpDeclContextHiearchy(clang::DeclContext *decl_ctx);
HDTypeSystemClang.cpp2380 void TypeSystemClang::DumpDeclContextHiearchy(clang::DeclContext *decl_ctx) { in DumpDeclContextHiearchy() function in TypeSystemClang
2382 DumpDeclContextHiearchy(decl_ctx->getParent()); in DumpDeclContextHiearchy()
2397 DumpDeclContextHiearchy(decl->getDeclContext()); in DumpDeclHiearchy()