Home
last modified time | relevance | path

Searched refs:frame_decl_ctx (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1154 clang::DeclContext *frame_decl_ctx = in SearchFunctionsInSymbolContexts() local
1197 fdi.m_decl_lvl = ast->CountDeclLevels(frame_decl_ctx, func_decl_ctx, in SearchFunctionsInSymbolContexts()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h848 uint32_t CountDeclLevels(clang::DeclContext *frame_decl_ctx,
H A DTypeSystemClang.cpp9654 uint32_t TypeSystemClang::CountDeclLevels(clang::DeclContext *frame_decl_ctx, in CountDeclLevels() argument
9659 if (frame_decl_ctx && symbol_file) { in CountDeclLevels()
9668 for (clang::DeclContext *decl_ctx = frame_decl_ctx; decl_ctx != nullptr; in CountDeclLevels()