Searched refs:CleanupStack (Results 1 – 1 of 1) sorted by relevance
463 llvm::SmallVector<Cleanup, 16> CleanupStack; member908 : Info(Info), OldStackSize(Info.CleanupStack.size()) {} in ScopeRAII()917 for (unsigned I = OldStackSize, N = Info.CleanupStack.size(); in cleanup()919 if (IsFullExpression && Info.CleanupStack[I].isLifetimeExtended()) { in cleanup()922 std::swap(Info.CleanupStack[I], Info.CleanupStack[NewEnd]); in cleanup()926 Info.CleanupStack[I].endLifetime(); in cleanup()929 Info.CleanupStack.erase(Info.CleanupStack.begin() + NewEnd, in cleanup()930 Info.CleanupStack.end()); in cleanup()981 Info.CleanupStack.push_back(Cleanup(&Result, IsLifetimeExtended)); in createTemporary()