Home
last modified time | relevance | path

Searched refs:checkBoundMatch (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DUppercaseLiteralSuffixCheck.cpp214 bool UppercaseLiteralSuffixCheck::checkBoundMatch( in checkBoundMatch() function in clang::tidy::readability::UppercaseLiteralSuffixCheck
239 if (checkBoundMatch<IntegerLiteralCheck>(Result)) in check()
241 checkBoundMatch<FloatingLiteralCheck>(Result); in check()
H A DUppercaseLiteralSuffixCheck.h37 bool checkBoundMatch(const ast_matchers::MatchFinder::MatchResult &Result);
H A DMagicNumbersCheck.cpp133 checkBoundMatch<IntegerLiteral>(Result, "integer"); in check()
134 checkBoundMatch<FloatingLiteral>(Result, "float"); in check()
H A DMagicNumbersCheck.h55 void checkBoundMatch(const ast_matchers::MatchFinder::MatchResult &Result, in checkBoundMatch() function