Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointerTypes

5999   /// PointerTypes - The set of pointer types that will be used in the
6001 TypeSet PointerTypes;
6055 iterator pointer_begin() { return PointerTypes.begin(); }
6058 iterator pointer_end() { return PointerTypes.end(); }
6094 if (!PointerTypes.insert(Ty))
6132 PointerTypes.insert(Context.getPointerType(QPointeeTy));
6134 PointerTypes.insert(Context.getObjCObjectPointerType(QPointeeTy));
6220 PointerTypes.insert(Ty);