Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp142 std::string asBool(StringRef text, bool NeedsStaticCast) { in asBool() argument
143 if (NeedsStaticCast) in asBool()
212 const bool NeedsStaticCast = needsStaticCast(E); in replacementExpression() local
250 NeedsStaticCast)); in replacementExpression()
253 if (!NeedsStaticCast && needsParensAfterUnaryNegation(E)) in replacementExpression()
262 return ("!" + asBool(Text, NeedsStaticCast)); in replacementExpression()
281 return asBool(getText(Result, *E), NeedsStaticCast); in replacementExpression()