Searched refs:hasSingleDecl (Results 1 – 5 of 5) sorted by relevance
322 declStmt(hasSingleDecl( in checkASTCodeBody()
579 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()610 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
365 REGISTER_MATCHER(hasSingleDecl); in RegistryMaps()
4414 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument