Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1153 clang::DeclContext *frame_decl_ctx = in SearchFunctionsInSymbolContexts() local
1196 fdi.m_decl_lvl = ast->CountDeclLevels(frame_decl_ctx, func_decl_ctx, in SearchFunctionsInSymbolContexts()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h830 uint32_t CountDeclLevels(clang::DeclContext *frame_decl_ctx,
H A DTypeSystemClang.cpp9572 uint32_t TypeSystemClang::CountDeclLevels(clang::DeclContext *frame_decl_ctx, in CountDeclLevels() argument
9577 if (frame_decl_ctx && symbol_file) { in CountDeclLevels()
9586 for (clang::DeclContext *decl_ctx = frame_decl_ctx; decl_ctx != nullptr; in CountDeclLevels()