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
   61       cxxMemberCallExpr(on(expr(anyOf(hasType(ValidContainer),
   62                                       hasType(pointsTo(ValidContainer)),
   63                                       hasType(references(ValidContainer))))),
   89                     expr(hasType(pointsTo(ValidContainer))).bind("Pointee"))),
   90             expr(hasType(ValidContainer)).bind("STLObject"));