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

/external/clang/lib/AST/
H A DExprConstant.cpp325 APValue &createTemporary(const void *Key, bool IsLifetimeExtended);
393 Cleanup(APValue *Val, bool IsLifetimeExtended) argument
394 : Value(Val, IsLifetimeExtended) {}
836 bool IsLifetimeExtended) {
839 Info.CleanupStack.push_back(Cleanup(&Result, IsLifetimeExtended));
835 createTemporary(const void *Key, bool IsLifetimeExtended) argument

Completed in 464 milliseconds