[lldb] Namespace SBSourceLanguageName (NFC)

This commit is contained in:
Jonas Devlieghere
2024-05-17 18:43:09 -07:00
parent b672d9e3d3
commit 1e9324a8c7
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ public:
/// Set the language using a pair of language code and version as
/// defined by the DWARF 6 specification.
/// WARNING: These codes may change until DWARF 6 is finalized.
void SetLanguage(SBSourceLanguageName name, uint32_t version);
void SetLanguage(lldb::SBSourceLanguageName name, uint32_t version);
#ifndef SWIG
void SetCancelCallback(lldb::ExpressionCancelCallback callback, void *baton);

View File

@@ -156,7 +156,7 @@ void SBExpressionOptions::SetLanguage(lldb::LanguageType language) {
m_opaque_up->SetLanguage(language);
}
void SBExpressionOptions::SetLanguage(SBSourceLanguageName name,
void SBExpressionOptions::SetLanguage(lldb::SBSourceLanguageName name,
uint32_t version) {
LLDB_INSTRUMENT_VA(this, name, version);