Home
last modified time | relevance | path

Searched refs:GetSingularLanguage (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp28 std::optional<LanguageType> LanguageSet::GetSingularLanguage() { in GetSingularLanguage() function in LanguageSet
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h43 std::optional<lldb::LanguageType> GetSingularLanguage();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2200 if (auto single_lang = repl_languages.GetSingularLanguage()) { in RunREPL()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2346 if (auto main_repl_language = repl_languages.GetSingularLanguage()) in GetHomeREPLInitFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp231 if (auto single_lang = repl_languages.GetSingularLanguage()) { in GetREPL()