Lines Matching defs:decl

983 annotate(const T&	decl,  in annotate()
1255 write_location(const decl_base_sptr& decl, in write_location()
1277 write_visibility(const shared_ptr<decl_base>& decl, ostream& o) in write_visibility()
1317 write_binding(const shared_ptr<decl_base>& decl, ostream& o) in write_binding()
1367 write_is_artificial(const decl_base_sptr& decl, ostream& o) in write_is_artificial()
1441 write_size_and_alignment(const shared_ptr<type_base> decl, ostream& o, in write_size_and_alignment()
1458 write_array_size_and_alignment(const shared_ptr<array_type_def> decl, ostream& o) in write_array_size_and_alignment()
1828 write_is_anonymous(const decl_base_sptr& decl, ostream& o) in write_is_anonymous()
1905 write_decl(const decl_base_sptr& decl, write_context& ctxt, unsigned indent) in write_decl()
1954 write_decl_in_scope(const decl_base_sptr& decl, in write_decl_in_scope()
2363 decl_base_sptr decl(d, noop_deleter()); in write_translation_unit() local
2489 write_namespace_decl(const namespace_decl_sptr& decl, in write_namespace_decl()
2548 write_qualified_type_def(const qualified_type_def_sptr& decl, in write_qualified_type_def()
2601 write_qualified_type_def(const qualified_type_def_sptr& decl, in write_qualified_type_def()
2624 write_pointer_type_def(const pointer_type_def_sptr& decl, in write_pointer_type_def()
2676 write_pointer_type_def(const pointer_type_def_sptr& decl, in write_pointer_type_def()
2699 write_reference_type_def(const reference_type_def_sptr& decl, in write_reference_type_def()
2758 write_reference_type_def(const reference_type_def_sptr& decl, in write_reference_type_def()
2773 write_array_subrange_type(const array_type_def::subrange_sptr& decl, in write_array_subrange_type()
2845 write_array_type_def(const array_type_def_sptr& decl, in write_array_type_def()
2911 write_array_type_def(const array_type_def_sptr& decl, in write_array_type_def()
2934 write_enum_type_decl(const enum_type_decl_sptr& decl, in write_enum_type_decl()
3000 write_enum_type_decl(const enum_type_decl_sptr& decl, in write_enum_type_decl()
3143 write_typedef_decl(const typedef_decl_sptr& decl, in write_typedef_decl()
3189 write_typedef_decl(const typedef_decl_sptr& decl, in write_typedef_decl()
3207 write_var_decl(const var_decl_sptr& decl, write_context& ctxt, in write_var_decl()
3259 write_function_decl(const function_decl_sptr& decl, write_context& ctxt, in write_function_decl()
3462 write_class_decl_opening_tag(const class_decl_sptr& decl, in write_class_decl_opening_tag()
3534 write_union_decl_opening_tag(const union_decl_sptr& decl, in write_union_decl_opening_tag()
3601 class_decl_sptr decl = is_class_type(look_through_decl_only_class(d)); in write_class_decl() local
3793 write_class_decl(const class_decl_sptr& decl, in write_class_decl()
3816 union_decl_sptr decl = is_union_type(look_through_decl_only_class(d)); in write_union_decl() local
3940 write_union_decl(const union_decl_sptr& decl, in write_union_decl()
3963 decl_base_sptr decl = get_type_declaration(t); in write_member_type_opening_tag() local
4031 write_type_tparameter(const type_tparameter_sptr decl, in write_type_tparameter()
4074 const shared_ptr<non_type_tparameter> decl, in write_non_type_tparameter()
4109 write_template_tparameter (const template_tparameter_sptr decl, in write_template_tparameter()
4158 (const shared_ptr<type_composition> decl, in write_type_composition()
4200 write_template_parameter(const shared_ptr<template_parameter> decl, in write_template_parameter()
4245 write_function_tdecl(const shared_ptr<function_tdecl> decl, in write_function_tdecl()
4290 write_class_tdecl(const shared_ptr<class_tdecl> decl, in write_class_tdecl()