Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp27 llvm::Optional<LanguageType> LanguageSet::GetSingularLanguage() { in GetSingularLanguage() function in LanguageSet
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h45 llvm::Optional<lldb::LanguageType> GetSingularLanguage();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1671 if (auto single_lang = repl_languages.GetSingularLanguage()) { in RunREPL()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2095 if (auto main_repl_language = repl_languages.GetSingularLanguage()) in GetHomeREPLInitFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp221 if (auto single_lang = repl_languages.GetSingularLanguage()) { in GetREPL()