|
clang 23.0.0git
|
A SwitchStmt, along with a flag indicating if its list of case statements is incomplete (because we dropped an invalid one while parsing), as well as the DeclContext containing the statement. More...
#include "clang/Sema/ScopeInfo.h"
Public Member Functions | |
| SwitchInfo (SwitchStmt *Switch, DeclContext *DC) | |
Public Attributes | |
| DeclContext * | EnclosingDC |
A SwitchStmt, along with a flag indicating if its list of case statements is incomplete (because we dropped an invalid one while parsing), as well as the DeclContext containing the statement.
Definition at line 206 of file ScopeInfo.h.
|
inline |
Definition at line 208 of file ScopeInfo.h.
References EnclosingDC, false, and clang::Switch.
| DeclContext* clang::sema::FunctionScopeInfo::SwitchInfo::EnclosingDC |
Definition at line 207 of file ScopeInfo.h.
Referenced by SwitchInfo().