clang 22.0.0git
Public Attributes | List of all members
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 999 of file LifetimeSafety.cpp.

Member Data Documentation

◆ ConfidenceLevel

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

Definition at line 1002 of file LifetimeSafety.cpp.

◆ ExpiryLoc

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

Definition at line 1000 of file LifetimeSafety.cpp.

◆ UseExpr

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

Definition at line 1001 of file LifetimeSafety.cpp.


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