Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.h33 void checkRelationalExpr(const ast_matchers::MatchFinder::MatchResult &R);
DRedundantExpressionCheck.cpp1135 void RedundantExpressionCheck::checkRelationalExpr( in checkRelationalExpr() function in clang::tidy::misc::RedundantExpressionCheck
1318 checkRelationalExpr(Result); in check()