Home
last modified time | relevance | path

Searched refs:GetCatchKeyword (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp66 return ConstString(lang_plugin->GetCatchKeyword()).AsCString(); in GetCatchKeywordForLanguage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h380 virtual llvm::StringRef GetCatchKeyword() const { return "catch"; } in GetCatchKeyword() function