Searched refs:NeedsStaticCast (Results 1 – 1 of 1) sorted by relevance
142 std::string asBool(StringRef text, bool NeedsStaticCast) { in asBool() argument143 if (NeedsStaticCast) in asBool()212 const bool NeedsStaticCast = needsStaticCast(E); in replacementExpression() local250 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()