Searched refs:NeedsStaticCast (Results 1 – 1 of 1) sorted by relevance
99 static std::string asBool(StringRef Text, bool NeedsStaticCast) { in asBool() argument100 if (NeedsStaticCast) in asBool()168 const bool NeedsStaticCast = needsStaticCast(E); in replacementExpression() local206 NeedsStaticCast)); in replacementExpression()209 if (!NeedsStaticCast && needsParensAfterUnaryNegation(E)) in replacementExpression()218 return ("!" + asBool(Text, NeedsStaticCast)); in replacementExpression()237 return asBool(getText(Context, *E), NeedsStaticCast); in replacementExpression()