Home
last modified time | relevance | path

Searched refs:IgnoreCaseStmts (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1523 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() argument
1537 if (isa<SwitchCase>(S) && !IgnoreCaseStmts) in ContainsLabel()
1542 IgnoreCaseStmts = true; in ContainsLabel()
1546 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
H A DCodeGenFunction.h4677 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);