#include <cppParser.h>
#include <cppManifest.h>
#include <cppStructType.h>
#include <cppFunctionGroup.h>
#include <cppTypedef.h>
#include <cppExpressionParser.h>
#include <cppExpression.h>
#include <cppType.h>
#include <cppGlobals.h>
#include <stdlib.h>
#include <gnu_getopt.h>
Go to the source code of this file.
Functions | |
void | predefine_macro (CPPParser &parser, const string &option) |
void | show_type_or_expression (const string &str) |
void | show_methods (const string &str) |
void | show_data_members (const string &str) |
void | show_typedefs (const string &str) |
int | main (int argc, char *argv[]) |
Variables | |
CPPParser | parser |
|
|
Definition at line 40 of file parse_file.cxx. References CPPPreprocessor::_manifests, CPPManifest::_name, parser, and size_t. Referenced by main(). |
|
Definition at line 152 of file parse_file.cxx. References CPPScope::_variables, assert, CPPStructType::get_scope(), NULL, CPPParser::parse_type(), parser, and type. Referenced by main(). |
|
Definition at line 119 of file parse_file.cxx. References CPPScope::_functions, CPPFunctionGroup::_instances, assert, CPPStructType::get_scope(), NULL, CPPParser::parse_type(), parser, and type. Referenced by main(). |
|
Definition at line 58 of file parse_file.cxx. References CPPStructType::check_virtual(), CPPScope::get_fully_scoped_name(), CPPStructType::get_pure_virtual_funcs(), CPPStructType::get_scope(), CPPStructType::is_abstract(), NULL, CPPParser::parse_expr(), CPPParser::parse_type(), parser, and type. Referenced by main(). |
|
Definition at line 178 of file parse_file.cxx. References CPPScope::_typedefs, assert, CPPStructType::get_scope(), NULL, CPPParser::parse_type(), parser, and type. Referenced by main(). |
|
Definition at line 37 of file parse_file.cxx. |