Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp59 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore() function in APIIgnoresList
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h59 bool shouldIgnore(llvm::StringRef SymbolName) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1262 if (Entry->shouldIgnore()) in addLock()
1300 if (Cp.shouldIgnore()) in removeLock()
1337 if (!Cp.shouldIgnore()) in getMutexIDs()
1349 if (!Cp.shouldIgnore()) in getMutexIDs()
1600 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()
1659 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
1893 if (!Scp.shouldIgnore()) in handleCall()
1904 if (!Scp.shouldIgnore()) in handleCall()
1928 !Scp.shouldIgnore() ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1936 if (!Scp.shouldIgnore()) { in handleCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h331 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp735 if (IgnoresList.shouldIgnore(Record.Name)) in shouldSkip()