reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
  153   if (isNULLMacroExpansion(Expression, Context)) {
  157   if (const auto *IntLit = dyn_cast<IntegerLiteral>(Expression)) {
  161   if (const auto *FloatLit = dyn_cast<FloatingLiteral>(Expression)) {
  167   if (const auto *CharLit = dyn_cast<CharacterLiteral>(Expression)) {
  171   if (isa<StringLiteral>(Expression->IgnoreCasts())) {