Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp322 clang::VarDecl *result_decl = nullptr; in SynthesizeBodyResult() local
346 result_decl = in SynthesizeBodyResult()
350 if (!result_decl) in SynthesizeBodyResult()
356 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
362 result_decl = in SynthesizeBodyResult()
366 if (!result_decl) in SynthesizeBodyResult()
369 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
372 DC->addDecl(result_decl); in SynthesizeBodyResult()
386 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
H A DIRForTarget.cpp230 clang::NamedDecl *result_decl = DeclForGlobal(result_global); in CreateResultVariable() local
231 if (!result_decl) { in CreateResultVariable()
244 result_decl->print(decl_desc_stream); in CreateResultVariable()
249 clang::VarDecl *result_var = dyn_cast<clang::VarDecl>(result_decl); in CreateResultVariable()
345 reinterpret_cast<uintptr_t>(result_decl), false); in CreateResultVariable()
393 result_decl, m_result_name, m_result_type, true, m_result_is_pointer)) in CreateResultVariable()