Searched refs:hasSingleDecl (Results 1 – 6 of 6) sorted by relevance
528 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()559 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
803 auto PtrInitStmt = declStmt(hasSingleDecl( 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