Lines Matching refs:quals
8688 /// @param quals the CV qualifiers of the name.
8699 qualified_type_def::CV quals,
8704 string quals_repr = get_string_representation_of_cv_quals(quals);
11217 /// @param quals the CV-qualifiers of the qualified type to look for.
11225 qualified_type_def::CV quals,
11229 quals);
15620 priv(qualified_type_def::CV quals,
15622 : cv_quals_(quals),
15626 priv(qualified_type_def::CV quals)
15627 : cv_quals_(quals)
15672 /// @param quals a bitfield representing the const/volatile qualifiers
15676 CV quals,
15686 priv_(new priv(quals, type))
15697 /// @param quals a bitfield representing the const/volatile qualifiers
15701 CV quals,
15710 priv_(new priv(quals))