Searched refs:ptrType (Results 1 – 2 of 2) sorted by relevance
180 Type *ptrType = ptr->getType(); in checkType() local181 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace; in checkType()
3083 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local3089 type = ptrType->getPointeeType(); in classifyPointerDeclarator()5608 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local5609 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()5628 if (ptrType) { in checkObjCKindOfType()