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

References

tools/clang/tools/extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
   99     Finder->addMatcher(
  108     Finder->addMatcher(
  116     Finder->addMatcher(
  127   Finder->addMatcher(expr(sizeOfExpr(has(ignoringParenImpCasts(expr(
  154   Finder->addMatcher(
  164     Finder->addMatcher(
  175   Finder->addMatcher(expr(sizeOfExpr(has(expr(ignoringParenImpCasts(
  188   Finder->addMatcher(
  200   Finder->addMatcher(binaryOperator(hasOperatorName("*"),
  206   Finder->addMatcher(
  217   Finder->addMatcher(
  232   Finder->addMatcher(
  247   Finder->addMatcher(binaryOperator(hasOperatorName("/"),