Home
last modified time | relevance | path

Searched refs:SupportsLanguageStatic (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp339 bool TypeSystem::SupportsLanguageStatic(lldb::LanguageType language) { in SupportsLanguageStatic() function in TypeSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h212 static bool SupportsLanguageStatic(lldb::LanguageType language);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1747 return TypeSystem::SupportsLanguageStatic(language); in SupportsLanguage()