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

References

tools/clang/lib/CodeGen/CodeGenFunction.h
  725       : PerformCleanup(true), CGF(CGF)
  727       CleanupStackDepth = CGF.EHStack.stable_begin();
  729           CGF.LifetimeExtendedCleanupStack.size();
  730       OldDidCallStackSave = CGF.DidCallStackSave;
  731       CGF.DidCallStackSave = false;
  732       OldCleanupScopeDepth = CGF.CurrentCleanupScopeDepth;
  733       CGF.CurrentCleanupScopeDepth = CleanupStackDepth;