Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp100 static std::string asBool(StringRef Text, bool NeedsStaticCast) { in asBool()
169 const bool NeedsStaticCast = needsStaticCast(E); in replacementExpression() local