Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp50 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore() function in APIIgnoresList
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h57 bool shouldIgnore(llvm::StringRef SymbolName) const;
/openbsd-src/gnu/llvm/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()
1587 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()
1647 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
1875 if (!Scp.shouldIgnore()) in handleCall()
1886 if (!Scp.shouldIgnore()) in handleCall()
1910 !Scp.shouldIgnore() ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1918 if (!Scp.shouldIgnore()) { in handleCall()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h331 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp572 if (IgnoresList.shouldIgnore(Record.Name)) in shouldSkip()