Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1093 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() argument
1107 if (isa<SwitchCase>(S) && !IgnoreCaseStmts) in ContainsLabel()
1112 IgnoreCaseStmts = true; in ContainsLabel()
1116 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
DCodeGenFunction.h3160 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1396 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() argument
1410 if (isa<SwitchCase>(S) && !IgnoreCaseStmts) in ContainsLabel()
1415 IgnoreCaseStmts = true; in ContainsLabel()
1419 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
DCodeGenFunction.h4374 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);