Home | History | Annotate | Download | only in AST

Lines Matching refs:SubStmt

73   for (const Stmt *SubStmt : S->children()) {
74 if (SubStmt)
75 Visit(SubStmt);