Lines Matching defs:language
22 lldb::LanguageType language,
24 : SearchFilter(target_sp, FilterTy::Exception), m_language(language),
104 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp,
107 m_language(language), m_catch_bp(catch_bp), m_throw_bp(throw_bp) {}
203 lldb::LanguageType language) {
210 if (LanguageRuntime *runtime = create_callback(process, language))
219 LanguageRuntime::GetExceptionPrecondition(LanguageType language,
231 precondition_callback(language, throw_bp))
239 Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp,
242 new ExceptionBreakpointResolver(language, catch_bp, throw_bp));
244 new ExceptionSearchFilter(target.shared_from_this(), language));
251 if (auto precond = GetExceptionPrecondition(language, throw_bp))