clang 22.0.0git
|
Public Member Functions | |
ExpireFact (LoanID LID, SourceLocation ExpiryLoc) | |
LoanID | getLoanID () const |
SourceLocation | getExpiryLoc () const |
void | dump (llvm::raw_ostream &OS, const OriginManager &OM) const override |
![]() | |
virtual | ~Fact ()=default |
Kind | getKind () const |
template<typename T > | |
const T * | getAs () const |
virtual void | dump (llvm::raw_ostream &OS, const OriginManager &) const |
Static Public Member Functions | |
static bool | classof (const Fact *F) |
Additional Inherited Members | |
![]() | |
enum class | Kind : uint8_t { Issue , Expire , AssignOrigin , ReturnOfOrigin , Use , TestPoint } |
![]() | |
Fact (Kind K) | |
Definition at line 259 of file LifetimeSafety.cpp.
|
inline |
Definition at line 266 of file LifetimeSafety.cpp.
Definition at line 264 of file LifetimeSafety.cpp.
References clang::lifetimes::internal::Fact::Expire, and clang::lifetimes::internal::Fact::getKind().
|
inlineoverridevirtual |
Reimplemented from clang::lifetimes::internal::Fact.
Definition at line 272 of file LifetimeSafety.cpp.
References getLoanID().
|
inline |
Definition at line 270 of file LifetimeSafety.cpp.
|
inline |
Definition at line 269 of file LifetimeSafety.cpp.
Referenced by dump(), and clang::lifetimes::internal::ExpiredLoansAnalysis::transfer().