Lines Matching defs:vis

4388   priv(interned_string name, interned_string linkage_name, visibility vis)
4394 visibility_(vis),
4419 /// @param vis the visibility of the declaration.
4424 visibility vis)
4426 priv_(new priv(e.intern(name), e.intern(linkage_name), vis))
4443 /// @param vis the visibility of the declaration being constructed.
4448 visibility vis)
4450 priv_(new priv(name, linkage_name, vis))
7507 /// @param vis the visibility of the declaration.
7511 visibility vis)
7513 decl_base(env, name, locus, /*mangled_name=*/name, vis),
7523 /// @param vis the visibility of the declaration.
15057 /// @param vis the visibility of the type declaration.
15064 visibility vis)
15070 decl_base(env, name, locus, linkage_name, vis),
15335 /// @param vis the visibility of the type.
15341 visibility vis)
15346 decl_base(env, name, locus, "", vis),
15472 /// @param vis the visibility of the namespace.
15476 visibility vis)
15487 decl_base(env, name, locus, "", vis),
17839 /// @param vis the visibility of the enum type.
17845 visibility vis)
17854 name, locus, linkage_name, vis),
18521 /// @param vis the visibility of the typedef type.
18526 visibility vis)
18535 name, locus, linkage_name, vis),
18551 /// @param vis the visibility of the typedef type.
18556 visibility vis)
18563 decl_base(env, name, locus, mangled_name, vis),
18794 /// @param vis the visibility of of the variable.
18801 visibility vis,
18805 decl_base(type->get_environment(), name, locus, linkage_name, vis),
20081 /// @param vis the visibility of the function.
20089 visibility vis,
20093 decl_base(function_type->get_environment(), name, locus, mangled_name, vis),
20118 /// @param vis the visibility of the function declaration.
20127 visibility vis,
20131 decl_base(fn_type->get_environment(), name, locus, linkage_name, vis),
21082 /// @param vis the visibility of instances of @ref class_or_union.
21094 const location& locus, visibility vis,
21103 decl_base(env, name, locus, name, vis),
21105 scope_type_decl(env, name, size_in_bits, align_in_bits, locus, vis),
21141 /// @param vis the visibility of instances of @ref class_or_union.
21144 const location& locus, visibility vis)
21150 decl_base(env, name, locus, name, vis),
21152 scope_type_decl(env, name, size_in_bits, align_in_bits, locus, vis),
22350 /// @param vis the visibility of instances of class_decl.
22365 visibility vis, base_specs& bases,
22375 decl_base(env, name, locus, name, vis),
22378 locus, vis, mbr_types, data_mbrs, mbr_fns),
22398 /// @param vis the visibility of instances of class_decl.
22416 visibility vis, base_specs& bases,
22434 vis),
22437 locus, vis, mbr_types, data_mbrs, mbr_fns),
22458 /// @param vis the visibility of instances of class_decl.
22462 visibility vis)
22469 decl_base(env, name, locus, name, vis),
22472 locus, vis),
22492 /// @param vis the visibility of instances of class_decl.
22499 visibility vis, bool is_anonymous)
22515 vis),
22518 locus, vis),
22940 /// @param vis the visibility of the method.
22948 visibility vis,
22954 decl_base(type->get_environment(), name, locus, linkage_name, vis),
22956 declared_inline, locus, linkage_name, vis, bind)
22977 /// @param vis the visibility of the method.
22985 visibility vis,
22991 decl_base(type->get_environment(), name, locus, linkage_name, vis),
22994 declared_inline, locus, linkage_name, vis, bind)
23014 /// @param vis the visibility of the method.
23022 visibility vis,
23028 decl_base(type->get_environment(), name, locus, linkage_name, vis),
23031 declared_inline, locus, linkage_name, vis, bind)
24319 /// @param vis the visibility of instances of @ref union_decl.
24328 visibility vis, member_types& mbr_types,
24334 decl_base(env, name, locus, name, vis),
24337 locus, vis, mbr_types, data_mbrs, member_fns)
24352 /// @param vis the visibility of instances of @ref union_decl.
24364 visibility vis, member_types& mbr_types,
24380 vis),
24383 locus, vis, mbr_types, data_mbrs, member_fns)
24399 /// @param vis the visibility of instances of @ref union_decl.
24402 visibility vis)
24409 decl_base(env, name, locus, name, vis),
24412 0, locus, vis)
24427 /// @param vis the visibility of instances of @ref union_decl.
24433 visibility vis, bool is_anonymous)
24449 vis),
24452 0, locus, vis)
24810 /// @param vis the visibility of the template declaration.
24814 visibility vis)
24816 decl_base(env, name, locus, /*mangled_name=*/"", vis),
25285 /// @param vis the visibility of the declaration. This is the
25293 visibility vis,
25299 decl_base(env, "", locus, "", vis),
25300 template_decl(env, "", locus, vis),
25313 /// @param vis the visibility of the declaration. This is the
25321 visibility vis,
25328 pattern->get_name(), vis),
25329 template_decl(pattern->get_environment(), pattern->get_name(), locus, vis),
25463 /// @param vis the visibility of the instance of class instantiated
25467 visibility vis)
25472 decl_base(env, "", locus, "", vis),
25473 template_decl(env, "", locus, vis),
25488 /// @param vis the visibility of the instances of class instantiated
25492 visibility vis)
25498 locus, pattern->get_name(), vis),
25499 template_decl(pattern->get_environment(), pattern->get_name(), locus, vis),