Home
last modified time | relevance | path

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

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