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

References

tools/clang/lib/CodeGen/CGCleanup.h
  515   EHScope *operator->() const { return get(); }
  516   EHScope &operator*() const { return *get(); }
  520     switch (get()->getKind()) {
  523           static_cast<const EHCatchScope *>(get())->getNumHandlers());
  528           static_cast<const EHFilterScope *>(get())->getNumFilters());
  532       Size = static_cast<const EHCleanupScope *>(get())->getAllocatedSize();