Searched refs:shouldIgnore (Results 1 – 4 of 4) sorted by relevance
269 static bool shouldIgnore(Stmt *S) { in shouldIgnore() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor281 if (S && !shouldIgnore(S)) in dataTraverseStmtPre()287 if (S && !shouldIgnore(S)) { in dataTraverseStmtPost()
193 bool shouldIgnore(const syntax::Token &Tok) { in shouldIgnore() function278 if (shouldIgnore(Sel[I]) || PPIgnored[I]) in SelectionTester()1017 if (shouldIgnore(Tok)) in pointBounds()
1248 if (Entry->shouldIgnore()) in addLock()1286 if (Cp.shouldIgnore()) in removeLock()1323 if (!Cp.shouldIgnore()) in getMutexIDs()1335 if (!Cp.shouldIgnore()) in getMutexIDs()1579 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()1637 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
330 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function