Lines Matching refs:qualified
126 /// the value is the corresponding qualified name of the DIE.
2994 /// Get the qualified name of a given DIE.
3004 /// @return the interned string representing the qualified name of
3028 /// Get the qualified name of a given DIE.
3038 /// @return the interned string representing the qualified name of
3047 /// Get the qualified name of a given DIE which is considered to be
3062 /// @return the interned string representing the qualified name of
3880 /// the fully qualified name of the class and the value is the
3891 /// the fully qualified name of the class and the value is the
4139 /// the fully qualified name of the enum and the value is the
4150 /// the fully qualified name of the enum and the value is the
5292 /// representation for it, we need to get its fully qualified name.
6833 /// Test if a DIE is for a pointer, reference or qualified type to
6838 /// @return true iff @p is for a pointer, reference or qualified type
6933 /// Test if a DIE is for a qualified type.
6937 /// @return true iff @p die is for a qualified type.
7109 /// Return the leaf object under a pointer, reference or qualified
8903 /// Compute the qualified name of a DIE that represents a type.
8915 /// @return a copy of the qualified name of the type.
8994 // keep the qualified-ness of the type. So we introduce
9163 /// Compute the qualified name of a decl represented by a given DIE.
9220 /// Compute the qualified name of the artifact represented by a given
9246 /// Test if the qualified name of a given type should be empty.
9250 /// that tag; or if the DIE's qualified name is built from names of
9259 /// @param qualified_name the qualified name of the DIE. This is set
9262 /// @return true if the qualified name of the DIE is empty.
9325 /// pretty-printed names; otherwise, they are just qualified type
10656 // These two typedefs, pointer, reference, or qualified
10660 // Note that pointers, reference or qualified types to
12381 // Meaning that the "this pointer" itself is const qualified. So
12382 // let's get the underlying underlying non-qualified pointer.
12390 // Sometimes, other_klass can be qualified; e.g, volatile. In
12482 /// Lookup a class or a typedef with a given qualified name in the
12487 /// @param type_name the qualified name of the type to look for.
12537 /// Lookup a class, typedef or enum type with a given qualified name
12542 /// @param type_name the qualified name of the type to look for.
13348 /// build a qualified type from a DW_TAG_const_type,
13387 // at a qualified void type.
13427 /// Walk a tree of typedef of qualified arrays and schedule all type
13473 /// Strip qualification from a qualified type, when it makes sense.
13538 if (qualified_type_def_sptr qualified = is_qualified_type(element_type))
13541 ABG_ASSERT(!qualified->get_canonical_type());
13542 qualified_type_def::CV quals = qualified->get_cv_quals();
13544 qualified->set_cv_quals(quals);
13545 strip_redundant_quals_from_underyling_types(qualified);
15014 // side. We also delay canonicalization for array and qualified
15245 // the qualified type we just built.