Searched refs:ptrType (Results 1 – 5 of 5) sorted by relevance
325 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth() argument326 return nonloc::ConcreteInt(BasicVals.getValue(integer, ptrType)); in makeIntValWithWidth()
1526 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local1528 const ObjCObjectType *objType = ptrType in VisitAttributedType()1529 ? ptrType->getObjectType() in VisitAttributedType()1543 if (ptrType) in VisitAttributedType()
205 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass),206 "OpTypeForwardPointer $ptrType $storageClass">;
3862 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local3868 type = ptrType->getPointeeType(); in classifyPointerDeclarator()7295 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local7296 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()7316 if (ptrType) { in checkObjCKindOfType()
4341 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local4344 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()5579 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local5581 functionType = ptrType->getPointeeType(); in EmitCallee()