• Home
  • Raw
  • Download

Lines Matching defs:decl

814   record_decl_as_emitted(const decl_base_sptr& decl)  in record_decl_as_emitted()
995 annotate(const T& decl, in annotate()
1267 write_location(const decl_base_sptr& decl, in write_location()
1289 write_visibility(const shared_ptr<decl_base>& decl, ostream& o) in write_visibility()
1329 write_binding(const shared_ptr<decl_base>& decl, ostream& o) in write_binding()
1379 write_is_artificial(const decl_base_sptr& decl, ostream& o) in write_is_artificial()
1453 write_size_and_alignment(const shared_ptr<type_base> decl, ostream& o, in write_size_and_alignment()
1470 write_array_size_and_alignment(const shared_ptr<array_type_def> decl, ostream& o) in write_array_size_and_alignment()
1842 write_is_anonymous(const decl_base_sptr& decl, ostream& o) in write_is_anonymous()
1855 write_naming_typedef(const decl_base_sptr& decl, write_context& ctxt) in write_naming_typedef()
1920 write_decl(const decl_base_sptr& decl, write_context& ctxt, unsigned indent) in write_decl()
1969 write_decl_in_scope(const decl_base_sptr& decl, in write_decl_in_scope()
2333 decl_base_sptr decl(d, noop_deleter()); in write_referenced_types() local
2445 for (const decl_base_sptr& decl : decls) in write_translation_unit() local
2556 write_namespace_decl(const namespace_decl_sptr& decl, in write_namespace_decl()
2615 write_qualified_type_def(const qualified_type_def_sptr& decl, in write_qualified_type_def()
2668 write_qualified_type_def(const qualified_type_def_sptr& decl, in write_qualified_type_def()
2691 write_pointer_type_def(const pointer_type_def_sptr& decl, in write_pointer_type_def()
2743 write_pointer_type_def(const pointer_type_def_sptr& decl, in write_pointer_type_def()
2766 write_reference_type_def(const reference_type_def_sptr& decl, in write_reference_type_def()
2825 write_reference_type_def(const reference_type_def_sptr& decl, in write_reference_type_def()
2840 write_array_subrange_type(const array_type_def::subrange_sptr& decl, in write_array_subrange_type()
2914 write_array_type_def(const array_type_def_sptr& decl, in write_array_type_def()
2980 write_array_type_def(const array_type_def_sptr& decl, in write_array_type_def()
3011 enum_type_decl_sptr decl = is_enum_type(look_through_decl_only_enum(d)); in write_enum_type_decl() local
3074 write_enum_type_decl(const enum_type_decl_sptr& decl, in write_enum_type_decl()
3219 write_typedef_decl(const typedef_decl_sptr& decl, in write_typedef_decl()
3265 write_typedef_decl(const typedef_decl_sptr& decl, in write_typedef_decl()
3283 write_var_decl(const var_decl_sptr& decl, write_context& ctxt, in write_var_decl()
3335 write_function_decl(const function_decl_sptr& decl, write_context& ctxt, in write_function_decl()
3538 write_class_decl_opening_tag(const class_decl_sptr& decl, in write_class_decl_opening_tag()
3610 write_union_decl_opening_tag(const union_decl_sptr& decl, in write_union_decl_opening_tag()
3679 class_decl_sptr decl = is_class_type(look_through_decl_only_class(d)); in write_class_decl() local
3932 write_class_decl(const class_decl_sptr& decl, in write_class_decl()
3955 union_decl_sptr decl = is_union_type(look_through_decl_only_class(d)); in write_union_decl() local
4078 write_union_decl(const union_decl_sptr& decl, in write_union_decl()
4101 decl_base_sptr decl = get_type_declaration(t); in write_member_type_opening_tag() local
4169 write_type_tparameter(const type_tparameter_sptr decl, in write_type_tparameter()
4212 const shared_ptr<non_type_tparameter> decl, in write_non_type_tparameter()
4247 write_template_tparameter (const template_tparameter_sptr decl, in write_template_tparameter()
4296 (const shared_ptr<type_composition> decl, in write_type_composition()
4338 write_template_parameter(const shared_ptr<template_parameter> decl, in write_template_parameter()
4383 write_function_tdecl(const shared_ptr<function_tdecl> decl, in write_function_tdecl()
4428 write_class_tdecl(const shared_ptr<class_tdecl> decl, in write_class_tdecl()