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.cpp517 QualType BoxedType; in BuildObjCBoxedExpr() local
553 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 …]