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

References

tools/clang/tools/extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
  132   } else if (BinaryOp) {  // Determine the correct transformation.
  135         !llvm::isa<IntegerLiteral>(BinaryOp->getLHS()->IgnoreImpCasts());
  136     const auto OpCode = BinaryOp->getOpcode();
  140               BinaryOp->getRHS()->IgnoreImpCasts()))
  146           llvm::dyn_cast<IntegerLiteral>(BinaryOp->getLHS()->IgnoreImpCasts())
  187     Hint = FixItHint::CreateReplacement(BinaryOp->getSourceRange(),