clang 23.0.0git
clang::lifetimes::internal::MovedLoansAnalysis Class Reference

#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

Detailed Description

Definition at line 28 of file MovedLoans.h.

Constructor & Destructor Documentation

◆ MovedLoansAnalysis()

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.

◆ ~MovedLoansAnalysis()

clang::lifetimes::internal::MovedLoansAnalysis::~MovedLoansAnalysis ( )
default

Member Function Documentation

◆ getMovedLoans()

MovedLoansMap clang::lifetimes::internal::MovedLoansAnalysis::getMovedLoans ( ProgramPoint P) const

Definition at line 130 of file MovedLoans.cpp.


The documentation for this class was generated from the following files: