clang API Documentation

Public Member Functions | Public Attributes
clang::sema::CompoundScopeInfo Class Reference

Contains information about the compound statement currently being parsed. More...

#include <ScopeInfo.h>

Collaboration diagram for clang::sema::CompoundScopeInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CompoundScopeInfo ()
void setHasEmptyLoopBodies ()

Public Attributes

bool HasEmptyLoopBodies
 Whether this compound stamement contains `for' or `while' loops with empty bodies.

Detailed Description

Contains information about the compound statement currently being parsed.

Definition at line 53 of file ScopeInfo.h.


Constructor & Destructor Documentation

Definition at line 55 of file ScopeInfo.h.


Member Function Documentation

Definition at line 62 of file ScopeInfo.h.

References HasEmptyLoopBodies.


Member Data Documentation

Whether this compound stamement contains `for' or `while' loops with empty bodies.

Definition at line 60 of file ScopeInfo.h.

Referenced by setHasEmptyLoopBodies().


The documentation for this class was generated from the following file: