|
clang
5.0.0
|
Contains information about the compound statement currently being parsed. More...
#include "clang/Sema/ScopeInfo.h"
Public Member Functions | |
| CompoundScopeInfo () | |
| void | setHasEmptyLoopBodies () |
Public Attributes | |
| bool | HasEmptyLoopBodies |
| Whether this compound stamement contains `for' or `while' loops with empty bodies. More... | |
Contains information about the compound statement currently being parsed.
Definition at line 55 of file ScopeInfo.h.
|
inline |
Definition at line 57 of file ScopeInfo.h.
|
inline |
Definition at line 64 of file ScopeInfo.h.
References HasEmptyLoopBodies.
| bool clang::sema::CompoundScopeInfo::HasEmptyLoopBodies |
Whether this compound stamement contains `for' or `while' loops with empty bodies.
Definition at line 62 of file ScopeInfo.h.
Referenced by setHasEmptyLoopBodies().
1.8.6