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

References

tools/clang/lib/CodeGen/CGException.cpp
 1306         CGF.EHStack.pushCleanup<CallEndCatchForFinally>(NormalAndEHCleanup,
tools/clang/lib/CodeGen/EHScopeStack.h
  273     static_assert(alignof(T) <= ScopeStackAlignment,
  275     void *Buffer = pushCleanup(Kind, sizeof(T));
  276     Cleanup *Obj = new (Buffer) T(A...);