clang API Documentation
Contains information about the compound statement currently being parsed. More...
#include <ScopeInfo.h>
Public Member Functions | |
CompoundScopeInfo () | |
void | setHasEmptyLoopBodies () |
Public Attributes | |
bool | HasEmptyLoopBodies |
Whether this compound stamement contains `for' or `while' loops with empty bodies. |
Contains information about the compound statement currently being parsed.
Definition at line 53 of file ScopeInfo.h.
clang::sema::CompoundScopeInfo::CompoundScopeInfo | ( | ) | [inline] |
Definition at line 55 of file ScopeInfo.h.
void clang::sema::CompoundScopeInfo::setHasEmptyLoopBodies | ( | ) | [inline] |
Definition at line 62 of file ScopeInfo.h.
References HasEmptyLoopBodies.
Whether this compound stamement contains `for' or `while' loops with empty bodies.
Definition at line 60 of file ScopeInfo.h.
Referenced by setHasEmptyLoopBodies().