ParsingContext() |
void | BeginFunctionBody() |
void | BeginParsingArguments() |
void | BeginParsingLvalue() |
void | BeginParsingTemplateId() |
void | EndFunctionBody() |
void | EndParsingArguments() |
void | EndParsingLvalue() |
void | EndParsingTemplateId() |
SourceFileNode* | GetSourceFileNode() |
bool | InFunctionBody() const |
bool | ParsingArguments() const |
bool | ParsingLvalue() const |
bool | ParsingLvalueAndNotArguments() const |
bool | ParsingTemplateId() const |
bool | ParsingTemplateIdOrLvalue() const |
bool | ParsingTemplateIdOrLvalueAndNotArguments() const |
void | SetSourceFileNode(SourceFileNode* sourceFileNode_) |
bool | inFunctionBody |
std::stack<bool> | inFunctionBodyStack |
bool | parsingArguments |
std::stack<bool> | parsingArgumentsStack |
bool | parsingLvalue |
std::stack<bool> | parsingLvalueStack |
bool | parsingTemplateId |
std::stack<bool> | parsingTemplateIdStack |
SourceFileNode* | sourceFileNode |