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

References

tools/clang/lib/CodeGen/CGException.cpp
 1664     return !Captures.empty() || SEHCodeSlot.isValid();
 1703       if (!SEHCodeSlot.isValid())
 1704         SEHCodeSlot = ParentCGF.SEHCodeSlotStack.back();
 1821   if (Finder.SEHCodeSlot.isValid()) {
 1823         recoverAddrOfEscapedLocal(ParentCGF, Finder.SEHCodeSlot, ParentFP));