Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp65 ast_matchers::internal::Matcher<Expr> supportedContainerTypesMatcher() { in supportedContainerTypesMatcher() function
153 anyOf(declRefExpr(supportedContainerTypesMatcher()), in addMatcher()
155 supportedContainerTypesMatcher()))), in addMatcher()