Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompileUnit.h160 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h82 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h126 ReadStringAndDumpToStreamOptions &SetLanguage(lldb::LanguageType l) { in SetLanguage() function
238 ReadBufferAndDumpToStreamOptions &SetLanguage(lldb::LanguageType l) { in SetLanguage() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp49 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp112 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions
H A DSBTypeSummary.cpp49 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h269 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function