Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h830 uint32_t CountDeclLevels(clang::DeclContext *frame_decl_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1366 fdi.m_decl_lvl = ast->CountDeclLevels( in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp10106 uint32_t ClangASTContext::CountDeclLevels(clang::DeclContext *frame_decl_ctx, in CountDeclLevels() function in ClangASTContext