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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
 1242   assert(C != EHStack.stable_end() && "deactivating bottom of stack?");
 1243   EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C));
 1248   if (C == EHStack.stable_begin() &&
 1249       CurrentCleanupScopeDepth.strictlyEncloses(C)) {
 1259   SetupCleanupBlockActivation(*this, C, ForDeactivation, dominatingIP);