Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp153 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions
156 m_opaque_up->SetLanguage(language); in SetLanguage()
H A DSBTypeSummary.cpp62 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions
66 m_opaque_up->SetLanguage(l); in SetLanguage()
H A DSBFrame.cpp1028 options.SetLanguage(target->GetLanguage()); in EvaluateExpression()
1030 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
1057 options.SetLanguage(target->GetLanguage()); in EvaluateExpression()
1059 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
1078 options.SetLanguage(target->GetLanguage()); in EvaluateExpression()
1080 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i33 ) lldb::SBExpressionOptions::SetLanguage;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h69 void SetLanguage(lldb::LanguageType language);
H A DSBTypeSummary.h39 void SetLanguage(lldb::LanguageType);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h148 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp176 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp83 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp211 options.SetLanguage(language); in GetEvaluateExpressionOptions()
347 options.SetLanguage(m_command_options.language); in HandleCompletion()
H A DCommandObjectWatchpoint.cpp1096 options.SetLanguage(m_option_watchpoint.language_type); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h36 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp525 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression()
871 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp331 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp536 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString()
562 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in GetSummaryAsCString()
587 summary_options.SetLanguage(lang); in GetSummaryAsCString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp320 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h313 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26444 (arg1)->SetLanguage(arg2); in _wrap_SBExpressionOptions_SetLanguage()
70110 (arg1)->SetLanguage(arg2); in _wrap_SBTypeSummaryOptions_SetLanguage()