Searched refs:IgnoreCaseStmts (Results 1 – 2 of 2) sorted by relevance
1476 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() argument1490 if (isa<SwitchCase>(S) && !IgnoreCaseStmts) in ContainsLabel()1495 IgnoreCaseStmts = true; in ContainsLabel()1499 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
4518 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);