Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h260 bool LanguageMatches(lldb::LanguageType language) const; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp169 bool TypeQuery::LanguageMatches(lldb::LanguageType language) const { in LanguageMatches() function in TypeQuery
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2682 if (!query.LanguageMatches(GetLanguageFamily(*die.GetCU()))) in FindTypes()
2740 if (!query.LanguageMatches(GetLanguageFamily(*die.GetCU()))) in FindTypes()