Home
last modified time | relevance | path

Searched refs:LanguageIsC (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h323 static bool LanguageIsC(lldb::LanguageType language);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp324 bool Language::LanguageIsC(LanguageType language) { in LanguageIsC() function in Language
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1537 if (!Language::LanguageIsC(lang_type) && in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp649 else if (Language::LanguageIsC(language)) { in LookupInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1812 const bool extern_c = (Language::LanguageIsC(lang) && in AddOneFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp109 lldb_private::Language::LanguageIsC(language) || in TypeSystemClangSupportsLanguage()