Searched refs:declStmt (Results 1 – 8 of 8) sorted by relevance
456 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()486 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()536 hasParent(declStmt().bind("stmt")), in findReferenceMutation()539 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
534 declStmt().bind("any_ds") in findGadgets()
274 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()322 declStmt(hasSingleDecl( in checkASTCodeBody()
119 return declStmt(hasDescendant(varDecl( in assignedToRef()150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
236 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl()))))243 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(259 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(278 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(487 forStmt(hasLoopInit(declStmt(
218 REGISTER_MATCHER(declStmt); in RegistryMaps()
812 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
1414 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;