Searched refs:shouldIgnore (Results 1 – 2 of 2) sorted by relevance
1299 if (Entry->shouldIgnore()) in addLock()1338 if (Cp.shouldIgnore()) in removeLock()1375 if (!Cp.shouldIgnore()) in getMutexIDs()1387 if (!Cp.shouldIgnore()) in getMutexIDs()1638 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()1696 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
321 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function