clang 22.0.0git
|
Public Member Functions | |
llvm::ArrayRef< const Fact * > | getFacts (const CFGBlock *B) const |
void | addBlockFacts (const CFGBlock *B, llvm::ArrayRef< Fact * > NewFacts) |
template<typename FactType , typename... Args> | |
FactType * | createFact (Args &&...args) |
void | dump (const CFG &Cfg, AnalysisDeclContext &AC) const |
LoanManager & | getLoanMgr () |
OriginManager & | getOriginMgr () |
Definition at line 354 of file LifetimeSafety.cpp.
|
inline |
Definition at line 363 of file LifetimeSafety.cpp.
Referenced by clang::lifetimes::internal::FactGenerator::run().
|
inline |
Definition at line 369 of file LifetimeSafety.cpp.
Referenced by clang::lifetimes::internal::FactGenerator::VisitReturnStmt(), and clang::lifetimes::internal::FactGenerator::VisitUnaryOperator().
|
inline |
Definition at line 374 of file LifetimeSafety.cpp.
References D, and clang::lifetimes::internal::Fact::dump().
|
inline |
Definition at line 356 of file LifetimeSafety.cpp.
Referenced by clang::lifetimes::internal::LifetimeChecker::run().
|
inline |
Definition at line 395 of file LifetimeSafety.cpp.
Referenced by clang::lifetimes::internal::LifetimeChecker::issuePendingWarnings(), and clang::lifetimes::internal::FactGenerator::VisitUnaryOperator().
|
inline |