Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DContainerSizeEmptyCheck.cpp100 const auto ValidContainerRecord = cxxRecordDecl(isSameOrDerivedFrom( in registerMatchers() local
114 recordType(hasDeclaration(ValidContainerRecord)))); in registerMatchers()
117 hasDeclaration(classTemplateDecl(has(ValidContainerRecord)))))); in registerMatchers()