Searched refs:declStmt (Results 1 – 8 of 8) sorted by relevance
446 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()474 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()524 hasParent(declStmt().bind("stmt")), in findReferenceMutation()527 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
275 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()323 declStmt(hasSingleDecl( in checkASTCodeBody()
391 Statement *declStmt(Dsymbol *s) in toStatement()397 void visit(VarDeclaration *d) { result = declStmt(d); } in toStatement()398 void visit(AggregateDeclaration *d) { result = declStmt(d); } in toStatement()399 void visit(FuncDeclaration *d) { result = declStmt(d); } in toStatement()400 void visit(EnumDeclaration *d) { result = declStmt(d); } in toStatement()401 void visit(AliasDeclaration *d) { result = declStmt(d); } in toStatement()402 void visit(TemplateDeclaration *d) { result = declStmt(d); } in toStatement()
113 return declStmt(hasDescendant(varDecl( in assignedToRef()144 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
233 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl()))))240 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(256 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(275 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(484 forStmt(hasLoopInit(declStmt(
216 REGISTER_MATCHER(declStmt); in RegistryMaps()
797 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
1409 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;