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
   32   if (InnerMatcher.matches(*E, Finder, Builder))
   36     const auto M = hasSizeOfDescendant(Depth - 1, InnerMatcher);
   39     const auto M = hasSizeOfDescendant(Depth - 1, InnerMatcher);
   42     const auto LHS = hasSizeOfDescendant(Depth - 1, InnerMatcher);
   43     const auto RHS = hasSizeOfDescendant(Depth - 1, InnerMatcher);