Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ContainsLabel

625 /// ContainsLabel - Return true if the statement contains a label in it.  If
628 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) {
651 if (ContainsLabel(*I, IgnoreCaseStmts))
706 if (CodeGenFunction::ContainsLabel(Cond))