clang 22.0.0git
|
Public Member Functions | |
UseFact (OriginID UsedOrigin, const Expr *UseExpr) | |
OriginID | getUsedOrigin () const |
const Expr * | getUseExpr () 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 316 of file LifetimeSafety.cpp.
Definition at line 323 of file LifetimeSafety.cpp.
Definition at line 321 of file LifetimeSafety.cpp.
References clang::lifetimes::internal::Fact::getKind(), and clang::lifetimes::internal::Fact::Use.
|
inlineoverridevirtual |
Reimplemented from clang::lifetimes::internal::Fact.
Definition at line 329 of file LifetimeSafety.cpp.
References clang::lifetimes::internal::OriginManager::dump(), and getUsedOrigin().
|
inline |
Definition at line 326 of file LifetimeSafety.cpp.
Referenced by clang::lifetimes::internal::LifetimeChecker::checkUse(), and dump().
|
inline |
Definition at line 327 of file LifetimeSafety.cpp.
Referenced by clang::lifetimes::internal::LifetimeChecker::checkUse().