|
clang 23.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/MovedLoans.h"
Classes | |
| class | Impl |
Public Member Functions | |
| MovedLoansAnalysis (const CFG &C, AnalysisDeclContext &AC, FactManager &F, const LoanPropagationAnalysis &LoanPropagation, const LiveOriginsAnalysis &LiveOrigins, const LoanManager &LoanMgr, MovedLoansMap::Factory &MovedLoansMapFactory) | |
| ~MovedLoansAnalysis () | |
| MovedLoansMap | getMovedLoans (ProgramPoint P) const |
Definition at line 28 of file MovedLoans.h.
| clang::lifetimes::internal::MovedLoansAnalysis::MovedLoansAnalysis | ( | const CFG & | C, |
| AnalysisDeclContext & | AC, | ||
| FactManager & | F, | ||
| const LoanPropagationAnalysis & | LoanPropagation, | ||
| const LiveOriginsAnalysis & | LiveOrigins, | ||
| const LoanManager & | LoanMgr, | ||
| MovedLoansMap::Factory & | MovedLoansMapFactory ) |
Definition at line 118 of file MovedLoans.cpp.
References clang::C.
|
default |
| MovedLoansMap clang::lifetimes::internal::MovedLoansAnalysis::getMovedLoans | ( | ProgramPoint | P | ) | const |
Definition at line 130 of file MovedLoans.cpp.