Searched refs:tf_dguide (Results 1 – 3 of 3) sorted by relevance
13857 else if (!entering_scope && (complain & tf_dguide) in tsubst_aggr_type()16632 if ((complain & tf_dguide) && dependent_scope_p (qualifying_scope)) in tsubst_baselink()16952 if (!(complain & tf_dguide)) in maybe_dependent_member_ref()17205 if ((complain & tf_dguide) && dependent_scope_p (context)) in tsubst_copy()21883 if (complain & tf_dguide) in instantiate_alias_template()29480 complain |= tf_dguide; in build_deduction_guide()
1345 * cp-tree.h (enum tsubst_flags): Add tf_dguide.
5571 tf_dguide = 1 << 13, /* Building a deduction guide from a ctor. */ enumerator