Home
last modified time | relevance | path

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

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