clang
15.0.0git
|
Contains information about the compound statement currently being parsed. More...
#include "clang/Sema/ScopeInfo.h"
Public Member Functions | |
CompoundScopeInfo (bool IsStmtExpr) | |
void | setHasEmptyLoopBodies () |
Public Attributes | |
bool | HasEmptyLoopBodies = false |
Whether this compound stamement contains ‘for’ or ‘while’ loops with empty bodies. More... | |
bool | IsStmtExpr |
Whether this compound statement corresponds to a GNU statement expression. More... | |
Contains information about the compound statement currently being parsed.
Definition at line 67 of file ScopeInfo.h.
|
inline |
Definition at line 77 of file ScopeInfo.h.
|
inline |
Definition at line 79 of file ScopeInfo.h.
References HasEmptyLoopBodies.
Whether this compound stamement contains ‘for’ or ‘while’ loops with empty bodies.
Definition at line 71 of file ScopeInfo.h.
Referenced by setHasEmptyLoopBodies().
bool clang::sema::CompoundScopeInfo::IsStmtExpr |
Whether this compound statement corresponds to a GNU statement expression.
Definition at line 75 of file ScopeInfo.h.