Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp122 static bool needsStaticCast(const Expr *E) { in needsStaticCast() function
169 const bool NeedsStaticCast = needsStaticCast(E); in replacementExpression()