Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp207 llvm::Expected<DeclContext *> to_context = in tryInstantiateStdTemplate() local
209 if (!to_context) { in tryInstantiateStdTemplate()
210 LLDB_LOG_ERROR(log, to_context.takeError(), in tryInstantiateStdTemplate()
219 emulateLookupInCtxt(*m_sema, td->getName(), *to_context); in tryInstantiateStdTemplate()