Lines Matching defs:cpp_db_s
29 typedef struct cpp_db_s { struct
30 sysdem_ops_t *cpp_ops;
31 jmp_buf cpp_jmp;
32 name_t cpp_name;
33 sub_t cpp_subs;
34 templ_t cpp_templ;
35 unsigned cpp_cv;
36 unsigned cpp_ref;
37 unsigned cpp_depth;
38 boolean_t cpp_parsed_ctor_dtor_cv;
39 boolean_t cpp_tag_templates;
40 boolean_t cpp_fix_forward_references;
41 boolean_t cpp_try_to_parse_template_args;