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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp153 SBExpressionOptions::SetLanguage (lldb::LanguageType language) function in class:SBExpressionOptions
155 m_opaque_ap->SetLanguage(language);
H A DSBTypeSummary.cpp60 SBTypeSummaryOptions::SetLanguage (lldb::LanguageType l) function in class:SBTypeSummaryOptions
63 m_opaque_ap->SetLanguage(l);
H A DSBFrame.cpp1393 options.SetLanguage(target->GetLanguage());
1395 options.SetLanguage(frame->GetLanguage());
1411 options.SetLanguage(target->GetLanguage());
1413 options.SetLanguage(frame->GetLanguage());
1427 options.SetLanguage(target->GetLanguage());
1429 options.SetLanguage(frame->GetLanguage());
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h91 SetLanguage (lldb::LanguageType language);
H A DSBTypeSummary.h37 SetLanguage (lldb::LanguageType);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp180 options.SetLanguage(summary_options.GetLanguage());
192 options.SetLanguage(summary_options.GetLanguage());
206 options.SetLanguage(summary_options.GetLanguage());
236 options.SetLanguage(summary_options.GetLanguage());
253 options.SetLanguage(summary_options.GetLanguage());
278 options.SetLanguage(summary_options.GetLanguage());
297 options.SetLanguage(summary_options.GetLanguage());
H A DNSDictionary.cpp384 options.SetLanguage(lldb::eLanguageTypeObjC_plus_plus);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp176 options.SetLanguage(lldb::eLanguageTypeObjC_plus_plus);
214 options.SetLanguage(lldb::eLanguageTypeObjC_plus_plus);
256 options.SetLanguage(lldb::eLanguageTypeObjC_plus_plus);
297 options.SetLanguage(lldb::eLanguageTypeObjC_plus_plus);
H A DTypeSummary.cpp65 TypeSummaryOptions::SetLanguage (lldb::LanguageType lang) function in class:TypeSummaryOptions
H A DStringPrinter.cpp403 SetLanguage(options.GetLanguage());
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompileUnit.h155 SetLanguage(lldb::LanguageType language) function in class:lldb_private::CompileUnit
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/Go/
H A DGoFormatterFunctions.cpp152 options.SetLanguage(eLanguageTypeGo);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h223 SetLanguage (lldb::LanguageType l) function in class:lldb_private::formatters::StringPrinter::ReadStringAndDumpToStreamOptions
404 SetLanguage (lldb::LanguageType l) function in class:lldb_private::formatters::StringPrinter::ReadBufferAndDumpToStreamOptions
H A DTypeSummary.h49 SetLanguage (lldb::LanguageType);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp305 options.SetLanguage(m_command_options.language);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp349 expr_options.SetLanguage(GetLanguage());
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h291 SetLanguage(lldb::LanguageType language) function in class:lldb_private::EvaluateExpressionOptions
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp886 expr_options.SetLanguage(eLanguageTypeC_plus_plus);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp883 return GetSummaryAsCString(summary_ptr, destination, TypeSummaryOptions().SetLanguage(lang));
903 actual_options.SetLanguage(GetPreferredDisplayLanguage());
928 summary_options.SetLanguage(lang);

Completed in 385 milliseconds