clang 22.0.0git
|
Struct to store the complete context for a potential lifetime violation. More...
Public Attributes | |
SourceLocation | ExpiryLoc |
const Expr * | UseExpr |
Confidence | ConfidenceLevel |
Struct to store the complete context for a potential lifetime violation.
Definition at line 999 of file LifetimeSafety.cpp.
Confidence clang::lifetimes::internal::PendingWarning::ConfidenceLevel |
Definition at line 1002 of file LifetimeSafety.cpp.
SourceLocation clang::lifetimes::internal::PendingWarning::ExpiryLoc |
Definition at line 1000 of file LifetimeSafety.cpp.
const Expr* clang::lifetimes::internal::PendingWarning::UseExpr |
Definition at line 1001 of file LifetimeSafety.cpp.