Searched refs:checkBoundMatch (Results 1 – 4 of 4) sorted by relevance
214 bool UppercaseLiteralSuffixCheck::checkBoundMatch( in checkBoundMatch() function in clang::tidy::readability::UppercaseLiteralSuffixCheck239 if (checkBoundMatch<IntegerLiteralCheck>(Result)) in check()241 checkBoundMatch<FloatingLiteralCheck>(Result); in check()
37 bool checkBoundMatch(const ast_matchers::MatchFinder::MatchResult &Result);
133 checkBoundMatch<IntegerLiteral>(Result, "integer"); in check()134 checkBoundMatch<FloatingLiteral>(Result, "float"); in check()
55 void checkBoundMatch(const ast_matchers::MatchFinder::MatchResult &Result, in checkBoundMatch() function