Home
last modified time | relevance | path

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

/freebsd-src/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()
159 void SBExpressionOptions::SetLanguage(lldb::SBSourceLanguageName name, in SetCancelCallback()
163 m_opaque_up->SetLanguage(name, version); in SetCancelCallback()
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.cpp1030 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression()
1061 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression()
1084 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression()
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i33 ) lldb::SBExpressionOptions::SetLanguage;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h70 void SetLanguage(lldb::LanguageType language);
74 void SetLanguage(lldb::SBSourceLanguageName name, uint32_t version);
H A DSBTypeSummary.h39 void SetLanguage(lldb::LanguageType);
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h148 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp176 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp83 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp211 options.SetLanguage(language); in GetEvaluateExpressionOptions()
335 options.SetLanguage(m_command_options.language); in CommandObjectExpression()
H A DCommandObjectWatchpoint.cpp1034 options.SetLanguage(m_option_watchpoint.language_type); in CommandObjectWatchpointSetExpression()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h36 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp331 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp576 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString()
602 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in IsCStringContainer()
627 summary_options.SetLanguage(lang); in GetPointeeData()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp322 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h315 void SetLanguage(lldb::LanguageType language_type) { in DoesCoerceToId()
322 void SetLanguage(uint16_t name, uint32_t version) { in SetPrefix()
313 void SetLanguage(lldb::LanguageType language) { m_language = language; } SetLanguage() function
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27778 SWIG_check_num_args("lldb::SBExpressionOptions::SetLanguage",2,2) in _wrap_SBFileSpec___eq()
27779 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBExpressionOptions::SetLanguage",1,"lldb::SBExpressionOptions *"); in _wrap_SBFileSpec___eq()
27780 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBExpressionOptions::SetLanguage",2,"lldb::LanguageType"); in _wrap_SBFileSpec___eq()
27787 (arg1)->SetLanguage(arg2); in _wrap_SBFileSpec___eq()
27805 SWIG_check_num_args("lldb::SBExpressionOptions::SetLanguage",3,3)
27806 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBExpressionOptions::SetLanguage",1,"lldb::SBExpressionOptions *"); in _wrap_SBFileSpec_IsValid()
27807 if(!lua_isinteger(L,2)) SWIG_fail_arg("lldb::SBExpressionOptions::SetLanguage",2,"lldb::SBSourceLanguageName"); in _wrap_SBFileSpec_IsValid()
27808 if(!lua_isinteger(L,3)) SWIG_fail_arg("lldb::SBExpressionOptions::SetLanguage",3,"uint32_t"); in _wrap_SBFileSpec_IsValid()
27816 (arg1)->SetLanguage(arg2,arg3); in _wrap_SBFileSpec_IsValid()
27880 " lldb::SBExpressionOptions::SetLanguage(lld in _wrap_SBFileSpec_GetFilename()
[all...]