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