Lines Matching refs:is_anonymous
4662 /// Set the "is_anonymous" flag of the current declaration.
22411 /// @param is_anonymous whether the newly created instance is
22418 member_functions& mbr_fns, bool is_anonymous)
22433 /*linkage_name=*/is_anonymous ? string() : name,
22441 set_is_anonymous(is_anonymous);
22494 /// @param is_anonymous whether the newly created instance is
22499 visibility vis, bool is_anonymous)
22514 /*linkage_name=*/ is_anonymous ? string() : name,
22522 set_is_anonymous(is_anonymous);
24360 /// @param is_anonymous whether the newly created instance is
24366 bool is_anonymous)
24379 /*linkage_name=*/is_anonymous ? string() : name,
24386 set_is_anonymous(is_anonymous);
24429 /// @param is_anonymous whether the newly created instance is
24433 visibility vis, bool is_anonymous)
24448 /*linkage_name=*/is_anonymous ? string() : name,
24455 set_is_anonymous(is_anonymous);
26252 /// @param is_anonymous true if the underlying type of the enum is to
26256 bool is_anonymous,
26261 if (is_anonymous)