Searched refs:hasSingleDecl (Results 1 – 6 of 6) sorted by relevance
514 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()545 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
619 auto PtrInitStmt = declStmt(hasSingleDecl(varDecl( in matcher()
322 declStmt(hasSingleDecl( in checkASTCodeBody()
150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
362 REGISTER_MATCHER(hasSingleDecl); in RegistryMaps()
4321 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P() argument