Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DContainerSizeEmptyCheck.cpp141 const auto ValidContainerTemplateType = in registerMatchers() local
146 anyOf(ValidContainerNonTemplateType, ValidContainerTemplateType)); in registerMatchers()