Lines Matching full:pointee
1962 /// same type qualifiers as FromPtr has on its pointee type. ToType,
1964 /// the right set of qualifiers on its pointee.
2104 // If the unqualified pointee types are the same, this can't be a
2131 // conversion for compatible-but-not-identical pointee types.
2207 // If the pointee types are the same (ignoring qualifications),
2284 // Allow conversion of pointee being objective-c pointer to another one;
2408 // Remove qualifiers from the pointee type we're converting from; they
2413 // The unqualified form of the pointee types must be compatible.
2423 /// __autoreleasing pointee.
2925 // We are left with FromType and ToType being the pointee types
4023 /// type, and the first type (T1) is the pointee type of the reference
4032 "T1 must be the pointee type of the reference type");
6916 // Build qualified pointee type.
6961 // Iterate through all strict supersets of the pointee type's CVR
7020 // Member pointers are far easier, since the pointee can't be converted.