Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp172 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions
173 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetLanguage, in SetLanguage()
176 m_opaque_up->SetLanguage(language); in SetLanguage()
328 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetLanguage, in RegisterMethods()
H A DSBTypeSummary.cpp65 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions
66 LLDB_RECORD_METHOD(void, SBTypeSummaryOptions, SetLanguage, in SetLanguage()
70 m_opaque_up->SetLanguage(l); in SetLanguage()
490 LLDB_REGISTER_METHOD(void, SBTypeSummaryOptions, SetLanguage, in RegisterMethods()
H A DSBFrame.cpp1022 options.SetLanguage(target->GetLanguage()); in EvaluateExpression()
1024 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
1047 options.SetLanguage(target->GetLanguage()); in EvaluateExpression()
1049 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
1070 options.SetLanguage(target->GetLanguage()); in EvaluateExpression()
1072 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i94 …"docstring", "Sets the language that LLDB should assume the expression is written in") SetLanguage;
96 SetLanguage (lldb::LanguageType language);
H A DSBTypeSummary.i31 SetLanguage (lldb::LanguageType);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h69 void SetLanguage(lldb::LanguageType language);
H A DSBTypeSummary.h34 void SetLanguage(lldb::LanguageType);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h80 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
H A DSymbolFileDWARF.cpp3865 dwarf_decl_ctx.SetLanguage(GetLanguage(*die.GetCU())); in GetDWARFDeclContext()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h145 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp182 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp290 options.SetLanguage(m_command_options.language); in HandleCompletion()
366 options.SetLanguage(m_command_options.language); in GetEvalOptions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp133 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp133 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h36 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp556 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression()
896 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp322 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp589 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString()
607 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in GetSummaryAsCString()
632 summary_options.SetLanguage(lang); in GetSummaryAsCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp324 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h281 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1696 options.SetLanguage(lldb::eLanguageTypeC_plus_plus); in EvalRSExpression()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24251 (arg1)->SetLanguage(arg2); in _wrap_SBExpressionOptions_SetLanguage()
63419 (arg1)->SetLanguage(arg2); in _wrap_SBTypeSummaryOptions_SetLanguage()