Home
last modified time | relevance | path

Searched refs:CleanupStack (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp463 llvm::SmallVector<Cleanup, 16> CleanupStack; member
908 : 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()