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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
 1249       CurrentCleanupScopeDepth.strictlyEncloses(C)) {
tools/clang/lib/CodeGen/CodeGenFunction.h
  732       OldCleanupScopeDepth = CGF.CurrentCleanupScopeDepth;
  733       CGF.CurrentCleanupScopeDepth = CleanupStackDepth;
  759       CGF.CurrentCleanupScopeDepth = OldCleanupScopeDepth;