Home
last modified time | relevance | path

Searched refs:ShouldNotify (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanBase.cpp63 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop()
108 if (stop_info_sp->ShouldNotify(event_ptr)) { in ShouldStop()
158 if (stop_info_sp->ShouldNotify(event_ptr)) in ShouldStop()
DProcess.cpp4732 stop_info_sp->ShouldNotify(event_sp.get())) { in HandleStoppedEvent()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DPOSIXStopInfo.cpp27 bool POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXLimboStopInfo
44 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXNewThreadStopInfo
DPOSIXStopInfo.h43 bool ShouldNotify(lldb_private::Event *event_ptr) override;
63 bool ShouldNotify(lldb_private::Event *event_ptr) override;
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DRenamerClangTidyCheck.h94 bool ShouldNotify() const { in ShouldNotify() function
DRenamerClangTidyCheck.cpp535 if (Failure.ShouldNotify()) { in onEndOfTranslationUnit()
/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function