Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp142 !query.LanguageMatches(SymbolFileDWARF::GetLanguageFamily(*die.GetCU()))) in ProcessTypeDIEMatchQuery()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h268 bool LanguageMatches(lldb::LanguageType language) const; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp182 bool TypeQuery::LanguageMatches(lldb::LanguageType language) const { in LanguageMatches() function in TypeQuery