Searched refs:SupportsLanguage (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp283 if (pair.second && pair.second->SupportsLanguage(language)) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h205 virtual bool SupportsLanguage(lldb::LanguageType language) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h718 bool SupportsLanguage(lldb::LanguageType language) override;
H A DTypeSystemClang.cpp3657 bool TypeSystemClang::SupportsLanguage(lldb::LanguageType language) { function in class:TypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3145 !type_system->SupportsLanguage(GetLanguage(*type_die.GetCU())))

Completed in 197 milliseconds