Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h244 bool HasLanguage() const { return m_languages.has_value(); } in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2681 if (query.HasLanguage()) { in FindTypes()
2739 if (query.HasLanguage()) { in FindTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1449 bool HasLanguage = false; in ParseExternalSourceSymbolAttribute() local
1490 bool HadLanguage = HasLanguage, HadDefinedIn = HasDefinedIn, in ParseExternalSourceSymbolAttribute()
1493 HasLanguage = true; in ParseExternalSourceSymbolAttribute()