Searched refs:ptrType (Results 1 – 5 of 5) sorted by relevance
321 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth() argument322 return nonloc::ConcreteInt(BasicVals.getValue(integer, ptrType)); in makeIntValWithWidth()
1464 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local1466 const ObjCObjectType *objType = ptrType in VisitAttributedType()1467 ? ptrType->getObjectType() in VisitAttributedType()1481 if (ptrType) in VisitAttributedType()
188 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass),189 "OpTypeForwardPointer $ptrType $storageClass">;
4336 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local4342 type = ptrType->getPointeeType(); in classifyPointerDeclarator()7712 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local7713 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()7733 if (ptrType) { in checkObjCKindOfType()
4299 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local4302 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()5519 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local5521 functionType = ptrType->getPointeeType(); in EmitCallee()