Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h941 uint32_t CountDeclLevels(clang::DeclContext *frame_decl_ctx,
H A DTypeSystemClang.cpp9372 uint32_t TypeSystemClang::CountDeclLevels(clang::DeclContext *frame_decl_ctx, in CountDeclLevels() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1186 fdi.m_decl_lvl = ast->CountDeclLevels(frame_decl_ctx, func_decl_ctx, in SearchFunctionsInSymbolContexts()