#include <dtoolbase.h>#include <string>#include "cppExtensionType.h"#include "cppFile.h"Go to the source code of this file.
Compounds | |
| struct | cppyyltype |
| class | cppyystype |
Defines | |
| #define | YYSTYPE cppyystype |
| #define | YYLTYPE cppyyltype |
| #define | YYLLOC_DEFAULT(Current, Rhs, N) |
Functions | |
| void | parse_cpp (CPPParser *cp) |
| CPPExpression * | parse_const_expr (CPPPreprocessor *pp, CPPScope *new_current_scope, CPPScope *new_global_scope) |
| CPPType * | parse_type (CPPPreprocessor *pp, CPPScope *new_current_scope, CPPScope *new_global_scope) |
Variables | |
| CPPScope * | current_scope |
| CPPScope * | global_scope |
| CPPPreprocessor * | current_lexer |
Definition in file cppBisonDefs.h.
|
|
Value: Current = Rhs[1]; \ Current.last_line = Rhs[N].last_line; \ Current.last_column = Rhs[N].last_column; Definition at line 125 of file cppBisonDefs.h. |
|
|
Definition at line 118 of file cppBisonDefs.h. |
|
|
Definition at line 95 of file cppBisonDefs.h. |
|
||||||||||||||||
|
Referenced by CPPExpressionParser::~CPPExpressionParser(). |
|
|
Referenced by CPPParser::is_fully_specified(). |
|
||||||||||||||||
|
|
|
|
Definition at line 64 of file cppBisonDefs.h. |
|
|
1.3