clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::Parser::ConditionDeclarationOrInitStatementState Struct Reference
Collaboration diagram for clang::Parser::ConditionDeclarationOrInitStatementState:
[legend]

Public Member Functions

 ConditionDeclarationOrInitStatementState (Parser &P, bool CanBeInitStatement)
 
void markNotExpression ()
 
bool markNotCondition ()
 
bool update (TPResult IsDecl)
 
ConditionOrInitStatement result () const
 

Public Attributes

ParserP
 
bool CanBeExpression = true
 
bool CanBeCondition = true
 
bool CanBeInitStatement
 

Detailed Description

Definition at line 333 of file ParseTentative.cpp.

Constructor & Destructor Documentation

clang::Parser::ConditionDeclarationOrInitStatementState::ConditionDeclarationOrInitStatementState ( Parser P,
bool  CanBeInitStatement 
)
inline

Definition at line 339 of file ParseTentative.cpp.

Member Function Documentation

bool clang::Parser::ConditionDeclarationOrInitStatementState::markNotCondition ( )
inline
void clang::Parser::ConditionDeclarationOrInitStatementState::markNotExpression ( )
inline
ConditionOrInitStatement clang::Parser::ConditionDeclarationOrInitStatementState::result ( ) const
inline
bool clang::Parser::ConditionDeclarationOrInitStatementState::update ( TPResult  IsDecl)
inline

Member Data Documentation

bool clang::Parser::ConditionDeclarationOrInitStatementState::CanBeCondition = true
bool clang::Parser::ConditionDeclarationOrInitStatementState::CanBeExpression = true
bool clang::Parser::ConditionDeclarationOrInitStatementState::CanBeInitStatement
Parser& clang::Parser::ConditionDeclarationOrInitStatementState::P

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