clang
7.0.0
|
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 66 of file ScopeInfo.h.
|
inline |
Definition at line 76 of file ScopeInfo.h.
|
inline |
Definition at line 78 of file ScopeInfo.h.
Whether this compound stamement contains `for' or `while' loops with empty bodies.
Definition at line 70 of file ScopeInfo.h.
bool clang::sema::CompoundScopeInfo::IsStmtExpr |
Whether this compound statement corresponds to a GNU statement expression.
Definition at line 74 of file ScopeInfo.h.