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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i33 ) lldb::SBExpressionOptions::SetLanguage;
/freebsd-current/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-current/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp153 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { function in class:SBExpressionOptions
156 m_opaque_up->SetLanguage(language);
H A DSBTypeSummary.cpp62 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { function in class:SBTypeSummaryOptions
66 m_opaque_up->SetLanguage(l);
H A DSBFrame.cpp1028 options.SetLanguage(target->GetLanguage());
1030 options.SetLanguage(frame->GetLanguage());
1057 options.SetLanguage(target->GetLanguage());
1059 options.SetLanguage(frame->GetLanguage());
1078 options.SetLanguage(target->GetLanguage());
1080 options.SetLanguage(frame->GetLanguage());
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { function in class:TypeSummaryOptions
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp176 options.SetLanguage(eLanguageTypeObjC_plus_plus);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h148 void SetLanguage(lldb::LanguageType language) { function in class:lldb_private::CompileUnit
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp83 options.SetLanguage(eLanguageTypeObjC_plus_plus);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp211 options.SetLanguage(language);
347 options.SetLanguage(m_command_options.language);
H A DCommandObjectWatchpoint.cpp1096 options.SetLanguage(m_option_watchpoint.language_type);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h36 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp129 options.SetLanguage(eLanguageTypeObjC_plus_plus);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp525 expr_options.SetLanguage(eLanguageTypeC_plus_plus);
871 options.SetLanguage(eLanguageTypeC_plus_plus);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp331 expr_options.SetLanguage(GetLanguage());
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp536 TypeSummaryOptions().SetLanguage(lang));
562 actual_options.SetLanguage(GetPreferredDisplayLanguage());
587 summary_options.SetLanguage(lang);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp320 options.SetLanguage(eLanguageTypeObjC_plus_plus);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h313 void SetLanguage(lldb::LanguageType language) { m_language = language; } function in class:lldb_private::EvaluateExpressionOptions
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26435 SWIG_check_num_args("lldb::SBExpressionOptions::SetLanguage",2,2)
26436 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBExpressionOptions::SetLanguage",1,"lldb::SBExpressionOptions *");
26437 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBExpressionOptions::SetLanguage",2,"lldb::LanguageType");
26444 (arg1)->SetLanguage(arg2);
27127 { "SetLanguage", _wrap_SBExpressionOptions_SetLanguage},
[all...]

Completed in 447 milliseconds