Home
last modified time | relevance | path

Searched refs:ShouldCapture (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h151 if (_recorder.ShouldCapture()) { \
189 if (_recorder.ShouldCapture()) { \
758 if (!ShouldCapture())
788 if (!ShouldCapture())
829 if (m_serializer && ShouldCapture()) {
867 bool ShouldCapture() { return m_local_boundary; }
935 if (recorder.ShouldCapture()) {
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2585 bool ShouldCapture = in ParseObjCTryStmt() local
2587 if (ShouldCapture) in ParseObjCTryStmt()
2599 if (ShouldCapture) in ParseObjCTryStmt()
2601 } else if (ShouldCapture) { in ParseObjCTryStmt()