Home
last modified time | relevance | path

Searched refs:ValidContainer (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DContainerSizeEmptyCheck.cpp29 const auto ValidContainer = qualType(hasUnqualifiedDesugaredType( in registerMatchers() local
58 cxxMemberCallExpr(on(expr(anyOf(hasType(ValidContainer), in registerMatchers()
59 hasType(pointsTo(ValidContainer)), in registerMatchers()
60 hasType(references(ValidContainer))))), in registerMatchers()
86 expr(hasType(pointsTo(ValidContainer))).bind("Pointee"))), in registerMatchers()
87 expr(hasType(ValidContainer)).bind("STLObject")); in registerMatchers()