Home
last modified time | relevance | path

Searched refs:BoxedType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp508 QualType BoxedType; in BuildObjCBoxedExpr() local
544 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
548 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr()
593 BoxedType = NSStringPointer; in BuildObjCBoxedExpr()
598 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
599 AttributedType::getNullabilityAttrKind(*Nullability), BoxedType, in BuildObjCBoxedExpr()
600 BoxedType); in BuildObjCBoxedExpr()
636 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
646 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
727 BoxedType = NSValuePointer; in BuildObjCBoxedExpr()
[all …]