Home
last modified time | relevance | path

Searched defs: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()
212 const bool NeedsStaticCast = needsStaticCast(E); in replacementExpression() local