Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLanguageRuntime.h46 static const char *GetCatchKeywordForLanguage(lldb::LanguageType language);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp64 SBLanguageRuntime::GetCatchKeywordForLanguage(lldb::LanguageType language) { in GetCatchKeywordForLanguage() function in SBLanguageRuntime
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34748 result = (char *)lldb::SBLanguageRuntime::GetCatchKeywordForLanguage(arg1); in _wrap_SBLanguageRuntime_GetCatchKeywordForLanguage()