Searched refs:ptrType (Results 1 – 3 of 3) sorted by relevance
1431 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local1433 const ObjCObjectType *objType = ptrType in VisitAttributedType()1434 ? ptrType->getObjectType() in VisitAttributedType()1448 if (ptrType) in VisitAttributedType()
4050 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local4056 type = ptrType->getPointeeType(); in classifyPointerDeclarator()7200 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local7201 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()7221 if (ptrType) { in checkObjCKindOfType()
3849 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local3852 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()4932 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local4934 functionType = ptrType->getPointeeType(); in EmitCallee()