Home
last modified time | relevance | path

Searched refs:checkRelationalExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.h33 void checkRelationalExpr(const ast_matchers::MatchFinder::MatchResult &R);
H A DRedundantExpressionCheck.cpp1157 void RedundantExpressionCheck::checkRelationalExpr( in checkRelationalExpr() function in clang::tidy::misc::RedundantExpressionCheck
1340 checkRelationalExpr(Result); in check()