clang 22.0.0git
|
An object to hold the factories for immutable collections, ensuring that all created states share the same underlying memory management. More...
#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeSafety.h"
Public Attributes | |
OriginLoanMap::Factory | OriginMapFactory {false} |
LoanSet::Factory | LoanSetFactory {false} |
LivenessMap::Factory | LivenessMapFactory {false} |
An object to hold the factories for immutable collections, ensuring that all created states share the same underlying memory management.
Definition at line 54 of file LifetimeSafety.h.
LivenessMap::Factory clang::lifetimes::internal::LifetimeFactory::LivenessMapFactory {false} |
Definition at line 57 of file LifetimeSafety.h.
LoanSet::Factory clang::lifetimes::internal::LifetimeFactory::LoanSetFactory {false} |
Definition at line 56 of file LifetimeSafety.h.
OriginLoanMap::Factory clang::lifetimes::internal::LifetimeFactory::OriginMapFactory {false} |
Definition at line 55 of file LifetimeSafety.h.