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

References

tools/clang/lib/CodeGen/CGStmt.cpp
  535   if (EHStack.hasNormalCleanups() && CurLexicalScope)
  536     CurLexicalScope->addLabel(D);
tools/clang/lib/CodeGen/CodeGenFunction.h
  336     if (CurLexicalScope)
  337       return CurLexicalScope->hasLabels();
  778       : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
  779       CGF.CurLexicalScope = this;
  806       CGF.CurLexicalScope = ParentScope;