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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
 1096   if (E.strictlyEncloses(I)) {
 1098       EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I));
 1100       I = Scope.getEnclosingNormalCleanup();
 1104       if (!E.strictlyEncloses(I)) {