Home
last modified time | relevance | path

Searched refs:CharLit (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp167 if (const auto *CharLit = dyn_cast<CharacterLiteral>(Expression)) { in getEquivalentBoolLiteralForExpr() local
168 return (CharLit->getValue() == 0) ? "false" : "true"; in getEquivalentBoolLiteralForExpr()