Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp505 QualType BoxedType; in BuildObjCBoxedExpr() local
565 BoxedType = NSStringPointer; in BuildObjCBoxedExpr()
570 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
571 AttributedType::getNullabilityAttrKind(*Nullability), BoxedType, in BuildObjCBoxedExpr()
572 BoxedType); in BuildObjCBoxedExpr()
608 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
618 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
704 BoxedType = NSValuePointer; in BuildObjCBoxedExpr()
734 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr()