Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp780 static bool areExprsFromDifferentMacros(const Expr *LhsExpr, in areExprsFromDifferentMacros() function
1165 if (areExprsFromDifferentMacros(LhsConst, RhsConst, Result.Context) || in checkRelationalExpr()
1212 if (areExprsFromDifferentMacros(LhsConst, RhsConst, Result.Context) || in check()
1225 if (areExprsFromDifferentMacros(TrueExpr, FalseExpr, Result.Context) || in check()