|
clang 22.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/Facts.h"
Public Member Functions | |
| ExpireFact (LoanID LID, SourceLocation ExpiryLoc) | |
| LoanID | getLoanID () const |
| SourceLocation | getExpiryLoc () const |
| void | dump (llvm::raw_ostream &OS, const LoanManager &LM, const OriginManager &) const override |
| Public Member Functions inherited from clang::lifetimes::internal::Fact | |
| virtual | ~Fact ()=default |
| Kind | getKind () const |
| void | setID (FactID ID) |
| FactID | getID () const |
| template<typename T> | |
| const T * | getAs () const |
Static Public Member Functions | |
| static bool | classof (const Fact *F) |
Additional Inherited Members | |
| Public Types inherited from clang::lifetimes::internal::Fact | |
| enum class | Kind : uint8_t { Issue , Expire , OriginFlow , ReturnOfOrigin , Use , TestPoint } |
| Protected Member Functions inherited from clang::lifetimes::internal::Fact | |
| Fact (Kind K) | |
|
inline |
Definition at line 105 of file Facts.h.
References clang::lifetimes::internal::Fact::Expire, and clang::lifetimes::internal::Fact::Fact().
Definition at line 103 of file Facts.h.
References clang::lifetimes::internal::Fact::Expire, clang::lifetimes::internal::Fact::Fact(), and clang::lifetimes::internal::Fact::getKind().
|
overridevirtual |
Reimplemented from clang::lifetimes::internal::Fact.
Definition at line 29 of file Facts.cpp.
References clang::lifetimes::internal::Loan::dump(), clang::lifetimes::internal::LoanManager::getLoan(), and getLoanID().
|
inline |
|
inline |