File tree 1 file changed +9
-2
lines changed
Filter options
1 file changed +9
-2
lines changed
Original file line number Diff line number Diff line change @@ -2871,8 +2871,15 @@ class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
2871
2871
// / This should never be used when type qualifiers are meaningful.
2872
2872
const Type *getPointerOrObjCPointerOrArrayElementType () const ;
2873
2873
2874
- // / If this is a pointer, ObjC object pointer, or block
2875
- // / pointer, this returns the respective pointee.
2874
+ // / Return the 'pointee type' for any of the following kinds of types,
2875
+ // / and an empty QualType otherwise.
2876
+ // /
2877
+ // / - PointerType
2878
+ // / - ObjCObjectPointerType
2879
+ // / - BlockPointerType
2880
+ // / - ReferenceType
2881
+ // / - MemberPointerType
2882
+ // / - DecayedType
2876
2883
QualType getPointeeType () const ;
2877
2884
2878
2885
// / Return the specified type with any "sugar" removed from the type,
You can’t perform that action at this time.
0 commit comments