Lines Matching refs:qualified
1299 /// Strip qualification from a qualified type, when it makes sense.
1304 /// qualifiers, the element type is so- qualified, not the
1312 /// array itself it not qualified.
1332 // and pretend that the array itself is not qualified, as per
1341 if (qualified_type_def_sptr qualified = is_qualified_type(element_type))
1343 qualified_type_def::CV quals = qualified->get_cv_quals();
1347 qualified->set_cv_quals(quals);
1348 // Let's pretend that the array is no more qualified.
1356 /// Build and return a qualified type libabigail IR.
1399 // the qualified type we just built.