Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp515 QualType BoxedType; in BuildObjCBoxedExpr() local
551 BoxedType = Context.getAttributedType(NullabilityKind::NonNull, in BuildObjCBoxedExpr()
553 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr()
598 BoxedType = NSStringPointer; in BuildObjCBoxedExpr()
603 BoxedType = in BuildObjCBoxedExpr()
604 Context.getAttributedType(*Nullability, BoxedType, BoxedType); in BuildObjCBoxedExpr()
640 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
650 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
728 BoxedType = NSValuePointer; in BuildObjCBoxedExpr()
758 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr()