Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h249 static bool LanguageIsC(lldb::LanguageType language);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp265 bool Language::LanguageIsC(LanguageType language) { in LanguageIsC() function in Language
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp938 if (!Language::LanguageIsC(lang_type) && in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp655 else if (Language::LanguageIsC(language)) { in LookupInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1959 const bool extern_c = (Language::LanguageIsC(lang) && in AddOneFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp116 Language::LanguageIsC(language) || in ClangASTContextSupportsLanguage()