Searched refs:declStmt (Results 1 – 6 of 6) sorted by relevance
274 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()322 declStmt(hasSingleDecl( in checkASTCodeBody()
579 const auto DeclStmtToNonRefToArray = declStmt(hasSingleDecl(varDecl(hasType( in findRangeLoopMutation()609 const auto DeclStmtToNonConstIteratorContainer = declStmt( in findRangeLoopMutation()658 hasParent(declStmt().bind("stmt")), in findReferenceMutation()661 unless(hasParent(declStmt(hasParent(cxxForRangeStmt( in findReferenceMutation()
119 return declStmt(hasDescendant(varDecl( in assignedToRef()150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
226 REGISTER_MATCHER(declStmt); in RegistryMaps()
842 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt; variable
1465 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DeclStmt> declStmt;