Searched refs:shouldIgnore (Results 1 – 4 of 4) sorted by relevance
59 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore() function in APIIgnoresList
59 bool shouldIgnore(llvm::StringRef SymbolName) const;
331 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function
683 if (IgnoresList.shouldIgnore(Record->Name)) in shouldSkip()