clang 22.0.0git
clang::lifetimes::internal::PendingWarning Struct Reference

Struct to store the complete context for a potential lifetime violation. More...

Public Attributes

SourceLocation ExpiryLoc
const ExprUseExpr
Confidence ConfidenceLevel

Detailed Description

Struct to store the complete context for a potential lifetime violation.

Definition at line 1233 of file LifetimeSafety.cpp.

Member Data Documentation

◆ ConfidenceLevel

Confidence clang::lifetimes::internal::PendingWarning::ConfidenceLevel

Definition at line 1236 of file LifetimeSafety.cpp.

◆ ExpiryLoc

SourceLocation clang::lifetimes::internal::PendingWarning::ExpiryLoc

Definition at line 1234 of file LifetimeSafety.cpp.

◆ UseExpr

const Expr* clang::lifetimes::internal::PendingWarning::UseExpr

Definition at line 1235 of file LifetimeSafety.cpp.


The documentation for this struct was generated from the following file: