Home | History | Annotate | Download | only in AST

Lines Matching full:islifetimeextended

325     APValue &createTemporary(const void *Key, bool IsLifetimeExtended);
383 Cleanup(APValue *Val, bool IsLifetimeExtended)
384 : Value(Val, IsLifetimeExtended) {}
386 bool isLifetimeExtended() const { return Value.getInt(); }
648 if (IsFullExpression && Info.CleanupStack[I].isLifetimeExtended()) {
707 bool IsLifetimeExtended) {
710 Info.CleanupStack.push_back(Cleanup(&Result, IsLifetimeExtended));