Home
last modified time | relevance | path

Searched refs:GetPersistentDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h60 clang::NamedDecl *GetPersistentDecl(const ConstString &name);
H A DClangPersistentVariables.cpp71 ClangPersistentVariables::GetPersistentDecl(const ConstString &name) { in GetPersistentDecl() function in ClangPersistentVariables
H A DClangExpressionDeclMap.cpp898 m_parser_vars->m_persistent_vars->GetPersistentDecl(name); in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp484 persistent_vars->GetPersistentDecl( in DoExecute()