clang 19.0.0git
Public Attributes | List of all members
clang::CodeGen::CallArgList::CallArgCleanup Struct Reference

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

Public Attributes

EHScopeStack::stable_iterator Cleanup
 
llvm::Instruction * IsActiveIP
 The "is active" insertion point.
 

Detailed Description

Definition at line 274 of file CGCall.h.

Member Data Documentation

◆ Cleanup

EHScopeStack::stable_iterator clang::CodeGen::CallArgList::CallArgCleanup::Cleanup

Definition at line 275 of file CGCall.h.

Referenced by clang::CodeGen::CallArgList::addArgCleanupDeactivation().

◆ IsActiveIP

llvm::Instruction* clang::CodeGen::CallArgList::CallArgCleanup::IsActiveIP

The "is active" insertion point.

This instruction is temporary and will be removed after insertion.

Definition at line 279 of file CGCall.h.

Referenced by clang::CodeGen::CallArgList::addArgCleanupDeactivation().


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