Searched refs:Lifetimebound (Results 1 – 4 of 4) sorted by relevance
434 unsigned Lifetimebound : 1;444 LifetimeboundSpecified(false), Lifetimebound(false), in ParamInfo()456 return LifetimeboundSpecified ? std::optional<bool>(Lifetimebound) in isLifetimebound()461 Lifetimebound = Value.value_or(false); in setLifetimebound()485 Lifetimebound = RHS.Lifetimebound;504 LHS.Lifetimebound == RHS.Lifetimebound &&
69 OS << (Lifetimebound ? "[Lifetimebound] " : ""); in dump()
74 std::optional<bool> Lifetimebound = false; member126 IO.mapOptional("Lifetimebound", P.Lifetimebound); in mapping()751 PI.setLifetimebound(P.Lifetimebound); in convertParams()
472 if (auto Lifetimebound = Info.isLifetimebound()) in ProcessAPINotes() local474 S, D, *Lifetimebound, Metadata, [&] { in ProcessAPINotes()