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.cpp330 clang::VarDecl *result_decl = nullptr; in SynthesizeBodyResult() local
354 result_decl = in SynthesizeBodyResult()
358 if (!result_decl) in SynthesizeBodyResult()
364 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
370 result_decl = in SynthesizeBodyResult()
374 if (!result_decl) in SynthesizeBodyResult()
377 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
380 DC->addDecl(result_decl); in SynthesizeBodyResult()
394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
H A DIRForTarget.cpp232 clang::NamedDecl *result_decl = DeclForGlobal(result_global); in CreateResultVariable() local
233 if (!result_decl) { in CreateResultVariable()
246 result_decl->print(decl_desc_stream); in CreateResultVariable()
252 clang::VarDecl *result_var = dyn_cast<clang::VarDecl>(result_decl); in CreateResultVariable()
346 reinterpret_cast<uintptr_t>(result_decl), false); in CreateResultVariable()
394 result_decl, m_result_name, m_result_type, true, m_result_is_pointer)) in CreateResultVariable()