Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLanguageRuntime.h41 static const char *GetThrowKeywordForLanguage(lldb::LanguageType language);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp57 SBLanguageRuntime::GetThrowKeywordForLanguage(lldb::LanguageType language) { in GetThrowKeywordForLanguage() function in SBLanguageRuntime
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34728 result = (char *)lldb::SBLanguageRuntime::GetThrowKeywordForLanguage(arg1); in _wrap_SBLanguageRuntime_GetThrowKeywordForLanguage()