Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SubStmt

1045   for (const Stmt *SubStmt : S->children())
1046 if (ContainsLabel(SubStmt, IgnoreCaseStmts))
1069 for (const Stmt *SubStmt : S->children())
1070 if (containsBreak(SubStmt))