|
clang 23.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} |
| MovedLoansMap::Factory | MovedLoansMapFactory {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 166 of file LifetimeSafety.h.
| LivenessMap::Factory clang::lifetimes::internal::LifetimeFactory::LivenessMapFactory {false} |
Definition at line 170 of file LifetimeSafety.h.
| LoanSet::Factory clang::lifetimes::internal::LifetimeFactory::LoanSetFactory {false} |
Definition at line 168 of file LifetimeSafety.h.
| MovedLoansMap::Factory clang::lifetimes::internal::LifetimeFactory::MovedLoansMapFactory {false} |
Definition at line 169 of file LifetimeSafety.h.
| OriginLoanMap::Factory clang::lifetimes::internal::LifetimeFactory::OriginMapFactory {false} |
Definition at line 167 of file LifetimeSafety.h.