clang 19.0.0git
Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::DeferredDeactivateCleanup Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Attributes

EHScopeStack::stable_iterator Cleanup
 
llvm::Instruction * DominatingIP
 

Detailed Description

Definition at line 665 of file CodeGenFunction.h.

Member Data Documentation

◆ Cleanup

EHScopeStack::stable_iterator clang::CodeGen::CodeGenFunction::DeferredDeactivateCleanup::Cleanup

Definition at line 666 of file CodeGenFunction.h.

◆ DominatingIP

llvm::Instruction* clang::CodeGen::CodeGenFunction::DeferredDeactivateCleanup::DominatingIP

Definition at line 667 of file CodeGenFunction.h.


The documentation for this struct was generated from the following file: