Home | History | Annotate | Download | only in AST

Lines Matching defs:VisitStmt

272   bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); }
273 bool VisitStmt(Stmt *S) { return true; }