Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
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()
/openbsd/src/gnu/gcc/gcc/
Dtree-cfg.c4589 tree to_context; member
4637 DECL_CONTEXT (t) = p->to_context; in move_stmt_r()
4641 DECL_CONTEXT (t) = p->to_context; in move_stmt_r()
4645 struct function *f = DECL_STRUCT_FUNCTION (p->to_context); in move_stmt_r()
4730 d.to_context = dest_cfun->decl; in move_block_to_fn()