Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ContainsLabel

868 /// ContainsLabel - Return true if the statement contains a label in it.  If
871 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) {
894 if (ContainsLabel(*I, IgnoreCaseStmts))
949 if (CodeGenFunction::ContainsLabel(Cond))