#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 |
|
Value: Current = Rhs[1]; \ Current.last_line = Rhs[N].last_line; \ Current.last_column = Rhs[N].last_column; Definition at line 122 of file cppBisonDefs.h. |
|
Definition at line 115 of file cppBisonDefs.h. |
|
Definition at line 92 of file cppBisonDefs.h. Referenced by CPPPreprocessor::get_identifier(), CPPPreprocessor::get_number(), and CPPPreprocessor::get_quoted_char(). |
|
Referenced by CPPPreprocessor::nested_parse_template_instantiation(), and CPPExpressionParser::parse_expr(). |
|
Referenced by CPPParser::parse_file(). |
|
|
|
Definition at line 61 of file cppBisonDefs.h. |
|
|