Home
last modified time | relevance | path

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

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