Searched refs:CleanupStack (Results 1 – 1 of 1) sorted by relevance
462 llvm::SmallVector<Cleanup, 16> CleanupStack; member842 : Info(Info), OldStackSize(Info.CleanupStack.size()) {} in ScopeRAII()851 for (unsigned I = OldStackSize, N = Info.CleanupStack.size(); in cleanup()853 if (IsFullExpression && Info.CleanupStack[I].isLifetimeExtended()) { in cleanup()856 std::swap(Info.CleanupStack[I], Info.CleanupStack[NewEnd]); in cleanup()860 Info.CleanupStack[I].endLifetime(); in cleanup()863 Info.CleanupStack.erase(Info.CleanupStack.begin() + NewEnd, in cleanup()864 Info.CleanupStack.end()); in cleanup()915 Info.CleanupStack.push_back(Cleanup(&Result, IsLifetimeExtended)); in createTemporary()