Searched refs:CharLit (Results 1 – 1 of 1) sorted by relevance
167 if (const auto *CharLit = dyn_cast<CharacterLiteral>(Expression)) { in getEquivalentBoolLiteralForExpr() local168 return (CharLit->getValue() == 0) ? "false" : "true"; in getEquivalentBoolLiteralForExpr()