Searched refs:declStmt (Results 1 – 6 of 6) 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()
116 return declStmt(hasDescendant(varDecl( in assignedToRef()147 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
216 REGISTER_MATCHER(declStmt); in RegistryMaps()
797 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
1409 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;