Home
last modified time | relevance | path

Searched defs:SetLanguage (Results 1 – 5 of 5) sorted by relevance

/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/DataFormatters/
H A DTypeSummary.cpp37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp153 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions
H A DSBTypeSummary.cpp62 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h313 void SetLanguage(lldb::LanguageType language) { m_language = language; } SetLanguage() function