Searched refs:isIgnoredValue (Results 1 – 2 of 2) sorted by relevance
36 bool isIgnoredValue(const IntegerLiteral *Literal) const;37 bool isIgnoredValue(const FloatingLiteral *Literal) const;65 if (isIgnoredValue(MatchedLiteral)) in checkBoundMatch()
171 bool MagicNumbersCheck::isIgnoredValue(const IntegerLiteral *Literal) const { in isIgnoredValue() function in clang::tidy::readability::MagicNumbersCheck184 bool MagicNumbersCheck::isIgnoredValue(const FloatingLiteral *Literal) const { in isIgnoredValue() function in clang::tidy::readability::MagicNumbersCheck