Home
last modified time | relevance | path

Searched defs:shouldIgnore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp59 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore() function in APIIgnoresList
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h331 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function