Searched refs:BoxedType (Results 1 – 1 of 1) sorted by relevance
517 QualType BoxedType; in BuildObjCBoxedExpr() local553 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()557 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr()602 BoxedType = NSStringPointer; in BuildObjCBoxedExpr()607 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()608 AttributedType::getNullabilityAttrKind(*Nullability), BoxedType, in BuildObjCBoxedExpr()609 BoxedType); in BuildObjCBoxedExpr()645 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()655 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()733 BoxedType = NSValuePointer; in BuildObjCBoxedExpr()[all …]