Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangPersistentVariables.h66 GetPersistentType (const ConstString &name);
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangPersistentVariables.cpp81 ClangPersistentVariables::GetPersistentType (const ConstString &name) in GetPersistentType() function in ClangPersistentVariables
HDClangExpressionDeclMap.cpp1276 TypeDecl *ptype_type_decl = m_parser_vars->m_persistent_vars->GetPersistentType(name); in FindExternalVisibleDecls()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp532 …clang::TypeDecl *tdecl = target->GetPersistentVariables().GetPersistentType(ConstString(lookup_typ… in DoExecute()