Searched refs:hasSingleDecl (Results 1 – 5 of 5) sorted by relevance
446 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()475 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
323 declStmt(hasSingleDecl( in checkASTCodeBody()
147 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
340 REGISTER_MATCHER(hasSingleDecl); in RegistryMaps()
4180 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument