Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h248 bool HasLanguage() const { return m_languages.has_value(); } in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2745 if (query.HasLanguage()) { in FindTypes()
2803 if (query.HasLanguage()) { in FindTypes()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1556 bool HasLanguage = false; in ParseExternalSourceSymbolAttribute() local
1597 bool HadLanguage = HasLanguage, HadDefinedIn = HasDefinedIn, in ParseExternalSourceSymbolAttribute()
1600 HasLanguage = true; in ParseExternalSourceSymbolAttribute()