Home
last modified time | relevance | path

Searched refs:shouldIgnore (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp269 static bool shouldIgnore(Stmt *S) { in shouldIgnore() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
281 if (S && !shouldIgnore(S)) in dataTraverseStmtPre()
287 if (S && !shouldIgnore(S)) { in dataTraverseStmtPost()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp193 bool shouldIgnore(const syntax::Token &Tok) { in shouldIgnore() function
278 if (shouldIgnore(Sel[I]) || PPIgnored[I]) in SelectionTester()
1017 if (shouldIgnore(Tok)) in pointBounds()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp1248 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()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h330 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function