Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ContainsLabel

1090 /// ContainsLabel - Return true if the statement contains a label in it.  If
1093 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) {
1116 if (ContainsLabel(SubStmt, IgnoreCaseStmts))
1173 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond))