clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::sema::PossiblyUnreachableDiag Class Reference

#include "clang/Sema/ScopeInfo.h"

Public Member Functions

 PossiblyUnreachableDiag (const PartialDiagnostic &PD, SourceLocation Loc, ArrayRef< const Stmt * > Stmts)
 

Public Attributes

PartialDiagnostic PD
 
SourceLocation Loc
 
llvm::TinyPtrVector< const Stmt * > Stmts
 

Detailed Description

Definition at line 89 of file ScopeInfo.h.

Constructor & Destructor Documentation

◆ PossiblyUnreachableDiag()

clang::sema::PossiblyUnreachableDiag::PossiblyUnreachableDiag ( const PartialDiagnostic PD,
SourceLocation  Loc,
ArrayRef< const Stmt * >  Stmts 
)
inline

Definition at line 95 of file ScopeInfo.h.

Member Data Documentation

◆ Loc

SourceLocation clang::sema::PossiblyUnreachableDiag::Loc

Definition at line 92 of file ScopeInfo.h.

◆ PD

PartialDiagnostic clang::sema::PossiblyUnreachableDiag::PD

Definition at line 91 of file ScopeInfo.h.

◆ Stmts

llvm::TinyPtrVector<const Stmt*> clang::sema::PossiblyUnreachableDiag::Stmts

Definition at line 93 of file ScopeInfo.h.


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