reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 4034   static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);

References

tools/clang/lib/CodeGen/CGDecl.cpp
 1758     if (!Init || !ContainsLabel(Init)) return;
tools/clang/lib/CodeGen/CGExpr.cpp
 4221     if (!ContainsLabel(dead)) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 3996     if (!CGF.ContainsLabel(E->getRHS()))
 4080     if (!CGF.ContainsLabel(E->getRHS()))
 4171     if (!CGF.ContainsLabel(dead)) {
tools/clang/lib/CodeGen/CGStmt.cpp
   59     if (!ContainsLabel(S)) {
  656     if (S.isConstexpr() || !ContainsLabel(Skipped)) {
 1439               if (CodeGenFunction::ContainsLabel(*I, true))
 1483           if (CodeGenFunction::ContainsLabel(*I, true))
 1513     if (CodeGenFunction::ContainsLabel(S, true))
 1566       return !CodeGenFunction::ContainsLabel(&S);
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1273     if (ContainsLabel(SubStmt, IgnoreCaseStmts))
 1353   if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond))