Searched refs:qualifying_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c1507 tree qualifying_type = NULL_TREE; local
1532 qualifying_type = object_type;
1541 qualifying_type = current_class_type;
1545 qualifying_type = nested_name_specifier;
1550 qualifying_type = currently_open_derived_class (scope);
1552 if (qualifying_type
1555 && CLASS_TYPE_P (qualifying_type)
1556 && !dependent_type_p (qualifying_type))
1557 perform_or_defer_access_check (TYPE_BINFO (qualifying_type), decl,

Completed in 165 milliseconds