Home
last modified time | relevance | path

Searched defs:ShouldNotify (Results 1 – 3 of 3) sorted by relevance

/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
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DRenamerClangTidyCheck.h94 bool ShouldNotify() const { in ShouldNotify() function
/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function