Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1023 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() argument
1037 if (isa<SwitchCase>(S) && !IgnoreCaseStmts) in ContainsLabel()
1042 IgnoreCaseStmts = true; in ContainsLabel()
1046 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
DCodeGenFunction.h2968 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);