reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2228 = Context.getCanonicalType(FromPtr->getPointeeType()); 2229 QualType CanonToPointee = Context.getCanonicalType(ToPointee); 2244 return Context.getObjCObjectPointerType(ToPointee); 2245 return Context.getPointerType(ToPointee); 2250 = Context.getQualifiedType(CanonToPointee.getLocalUnqualifiedType(), Quals); 2253 return Context.getObjCObjectPointerType(QualifiedCanonToPointee); 2254 return Context.getPointerType(QualifiedCanonToPointee);