_angle_includes | CPPPreprocessor | |
_comments | CPPPreprocessor | |
_current_scope | CPPTypeParser | |
_global_scope | CPPTypeParser | |
_include_path | CPPPreprocessor | |
_manifests | CPPPreprocessor | |
_parsed_files | CPPPreprocessor | |
_quote_includes | CPPPreprocessor | |
_resolve_identifiers | CPPPreprocessor | |
_system_include_path | CPPPreprocessor | |
_type | CPPTypeParser | |
_verbose | CPPPreprocessor | |
copy_filepos(const CPPPreprocessor &other) | CPPPreprocessor | |
CPPPreprocessor() | CPPPreprocessor | |
CPPTypeParser(CPPScope *current_scope, CPPScope *global_scope) | CPPTypeParser | |
error(const string &message, int line=0, int col=0, CPPFile file=CPPFile()) | CPPPreprocessor | |
expand_manifests(const string &input_expr) | CPPPreprocessor | [protected] |
get_col_number() const | CPPPreprocessor | |
get_comment_before(int line, CPPFile file) | CPPPreprocessor | |
get_error_count() const | CPPPreprocessor | |
get_file() const | CPPPreprocessor | |
get_line_number() const | CPPPreprocessor | |
get_next_token() | CPPPreprocessor | |
get_verbose() const | CPPPreprocessor | |
get_warning_count() const | CPPPreprocessor | |
Includes typedef | CPPPreprocessor | |
init_const_expr(const string &expr) | CPPPreprocessor | [protected] |
init_cpp(const CPPFile &file) | CPPPreprocessor | [protected] |
init_type(const string &type) | CPPPreprocessor | [protected] |
Manifests typedef | CPPPreprocessor | |
output(ostream &out) const | CPPTypeParser | |
parse_expr(const string &expr, CPPScope *current_scope, CPPScope *global_scope) | CPPPreprocessor | [protected] |
parse_type(const string &type) | CPPTypeParser | |
parse_type(const string &type, const CPPPreprocessor &filepos) | CPPTypeParser | |
ParsedFiles typedef | CPPPreprocessor | |
push_file(const CPPFile &file) | CPPPreprocessor | [protected] |
push_string(const string &input, bool lock_position) | CPPPreprocessor | [protected] |
set_verbose(int verbose) | CPPPreprocessor | |
warning(const string &message, int line=0, int col=0, CPPFile file=CPPFile()) | CPPPreprocessor | |
~CPPTypeParser() | CPPTypeParser | |