Home
last modified time | relevance | path

Searched refs:LanguageSet (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp26 LanguageSet::LanguageSet() : bitvector(eNumLanguageTypes, false) {} in LanguageSet() function in LanguageSet
28 std::optional<LanguageType> LanguageSet::GetSingularLanguage() { in GetSingularLanguage()
34 void LanguageSet::Insert(LanguageType language) { bitvector.set(language); } in Insert()
35 size_t LanguageSet::Size() const { return bitvector.count(); } in Size()
36 bool LanguageSet::Empty() const { return bitvector.none(); } in Empty()
37 bool LanguageSet::operator[](unsigned i) const { return bitvector[i]; } in operator []()
H A DType.cpp144 m_languages = LanguageSet(); in AddLanguage()
148 void TypeQuery::SetLanguages(LanguageSet languages) { in SetLanguages()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h478 LanguageSet supported_languages_for_types,
479 LanguageSet supported_languages_for_expressions);
486 static LanguageSet GetAllTypeSystemSupportedLanguagesForTypes();
488 static LanguageSet GetAllTypeSystemSupportedLanguagesForExpressions();
493 LanguageSet supported_languages);
499 static LanguageSet GetREPLSupportedLanguagesAtIndex(uint32_t idx);
501 static LanguageSet GetREPLAllTypeSystemSupportedLanguages();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1428 LanguageSet supported_languages_for_types, in TypeSystemInstance()
1429 LanguageSet supported_languages_for_expressions) in TypeSystemInstance()
1436 LanguageSet supported_languages_for_types;
1437 LanguageSet supported_languages_for_expressions;
1450 LanguageSet supported_languages_for_types, in RegisterPlugin()
1451 LanguageSet supported_languages_for_expressions) { in RegisterPlugin()
1468 LanguageSet all; in GetAllTypeSystemSupportedLanguagesForTypes()
1476 LanguageSet all; in GetAllTypeSystemSupportedLanguagesForExpressions()
1490 LanguageSet supported_languages;
1518 : LanguageSet(); in GetREPLSupportedLanguagesAtIndex()
[all …]
H A DDebugger.cpp2157 LanguageSet repl_languages = Language::GetLanguagesSupportingREPLs(); in RunREPL()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h323 static LanguageSet GetLanguagesSupportingTypeSystems();
324 static LanguageSet GetLanguagesSupportingTypeSystemsForExpressions();
325 static LanguageSet GetLanguagesSupportingREPLs();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h36 struct LanguageSet { struct
38 LanguageSet(); argument
252 void SetLanguages(LanguageSet languages); in LLDB_MARK_AS_BITMASK_ENUM()
297 std::optional<LanguageSet> m_languages; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp393 LanguageSet Language::GetLanguagesSupportingTypeSystems() { in GetLanguagesSupportingTypeSystems()
397 LanguageSet Language::GetLanguagesSupportingTypeSystemsForExpressions() { in GetLanguagesSupportingTypeSystemsForExpressions()
401 LanguageSet Language::GetLanguagesSupportingREPLs() { in GetLanguagesSupportingREPLs()
H A DTarget.cpp228 LanguageSet repl_languages = Language::GetLanguagesSupportingREPLs(); in GetREPL()
2428 LanguageSet languages_for_expressions = in GetScratchTypeSystemForLanguage()
2465 LanguageSet languages_for_expressions = in GetScratchTypeSystems()
H A DProcess.cpp5870 LanguageSet plugins = in PrintWarningUnsupportedLanguage()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp46 LanguageSet languages_for_types = Language::GetLanguagesSupportingTypeSystems(); in SetValueFromString()
H A DCommandInterpreter.cpp2332 LanguageSet repl_languages = Language::GetLanguagesSupportingREPLs(); in GetHomeREPLInitFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp27 LanguageSet languages; in Initialize()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp46 LanguageSet supported_languages = in Create()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h148 static LanguageSet GetSupportedLanguagesForTypes();
149 static LanguageSet GetSupportedLanguagesForExpressions();
H A DTypeSystemClang.cpp620 LanguageSet TypeSystemClang::GetSupportedLanguagesForTypes() { in GetSupportedLanguagesForTypes()
621 LanguageSet languages; in GetSupportedLanguagesForTypes()
638 LanguageSet TypeSystemClang::GetSupportedLanguagesForExpressions() { in GetSupportedLanguagesForExpressions()
639 LanguageSet languages; in GetSupportedLanguagesForExpressions()