Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ContainsLabel

1020 /// ContainsLabel - Return true if the statement contains a label in it.  If
1023 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) {
1046 if (ContainsLabel(SubStmt, IgnoreCaseStmts))
1101 if (CodeGenFunction::ContainsLabel(Cond))