Searched refs:IsActiveIP (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.h78 llvm::Instruction *IsActiveIP; member in struct:clang::CodeGen::CallArgList::CallArgCleanup
110 llvm::Instruction *IsActiveIP) {
113 ArgCleanup.IsActiveIP = IsActiveIP;
109 addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup, llvm::Instruction *IsActiveIP) argument
H A DCGCall.cpp2092 CGF.DeactivateCleanupBlock(I->Cleanup, I->IsActiveIP);
2093 I->IsActiveIP->eraseFromParent();

Completed in 76 milliseconds