Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h251 static bool LanguageIsPascal(lldb::LanguageType language);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp277 bool Language::LanguageIsPascal(LanguageType language) { in LanguageIsPascal() function in Language
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp119 Language::LanguageIsPascal(language) || in ClangASTContextSupportsLanguage()