Searched refs:IgnoreCaseStmts (Results 1 – 2 of 2) sorted by relevance
745 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() argument759 if (isa<SwitchCase>(S) && !IgnoreCaseStmts) in ContainsLabel()764 IgnoreCaseStmts = true; in ContainsLabel()768 if (ContainsLabel(*I, IgnoreCaseStmts)) in ContainsLabel()
2383 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);