Searched refs:declStmt (Results 1 – 7 of 7) sorted by relevance
528 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()558 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()607 hasParent(declStmt().bind("stmt")), in findReferenceMutation()610 unless(hasParent(declStmt(hasParent(cxxForRangeStmt( in findReferenceMutation()
803 auto PtrInitStmt = declStmt(hasSingleDecl( in matcher()1478 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
1426 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;