Searched refs:declStmt (Results 1 – 7 of 7) sorted by relevance
514 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()544 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()592 hasParent(declStmt().bind("stmt")), in findReferenceMutation()595 unless(hasParent(declStmt(hasParent(cxxForRangeStmt( in findReferenceMutation()
619 auto PtrInitStmt = declStmt(hasSingleDecl(varDecl( in matcher()1237 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()
225 REGISTER_MATCHER(declStmt); in RegistryMaps()
813 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
1425 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;