Home
last modified time | relevance | path

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

/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() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1196 fdi.m_decl_lvl = ast->CountDeclLevels(frame_decl_ctx, func_decl_ctx, in SearchFunctionsInSymbolContexts()