Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DUppercaseLiteralSuffixCheck.cpp209 bool UppercaseLiteralSuffixCheck::checkBoundMatch( in checkBoundMatch() function in clang::tidy::readability::UppercaseLiteralSuffixCheck
234 if (checkBoundMatch<IntegerLiteralCheck>(Result)) in check()
236 checkBoundMatch<FloatingLiteralCheck>(Result); in check()
DUppercaseLiteralSuffixCheck.h34 bool checkBoundMatch(const ast_matchers::MatchFinder::MatchResult &Result);
DMagicNumbersCheck.cpp132 checkBoundMatch<IntegerLiteral>(Result, "integer"); in check()
133 checkBoundMatch<FloatingLiteral>(Result, "float"); in check()
DMagicNumbersCheck.h55 void checkBoundMatch(const ast_matchers::MatchFinder::MatchResult &Result, in checkBoundMatch() function