clang 22.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/Facts.h"
Public Member Functions | |
OriginFlowFact (OriginID OIDDest, OriginID OIDSrc, bool KillDest) | |
OriginID | getDestOriginID () const |
OriginID | getSrcOriginID () const |
bool | getKillDest () const |
void | dump (llvm::raw_ostream &OS, const LoanManager &, const OriginManager &OM) const override |
Public Member Functions inherited from clang::lifetimes::internal::Fact | |
virtual | ~Fact ()=default |
Kind | getKind () 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 119 of file Facts.h.
References clang::lifetimes::internal::Fact::Fact(), and clang::lifetimes::internal::Fact::OriginFlow.
Definition at line 115 of file Facts.h.
References clang::lifetimes::internal::Fact::Fact(), clang::lifetimes::internal::Fact::getKind(), and clang::lifetimes::internal::Fact::OriginFlow.
|
overridevirtual |
Reimplemented from clang::lifetimes::internal::Fact.
Definition at line 36 of file Facts.cpp.
References clang::lifetimes::internal::OriginManager::dump(), getDestOriginID(), getKillDest(), and getSrcOriginID().
|
inline |
|
inline |
|
inline |