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

References

tools/clang/lib/CodeGen/CGStmt.cpp
  585   if (innermostScope != EHScopeStack::stable_end() && ParentScope) {
  586     ParentScope->Labels.append(Labels.begin(), Labels.end());
tools/clang/lib/CodeGen/CodeGenFunction.h
  806       CGF.CurLexicalScope = ParentScope;