Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp507 QualType BoxedType; in BuildObjCBoxedExpr() local
543 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
547 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr()
592 BoxedType = NSStringPointer; in BuildObjCBoxedExpr()
597 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
598 AttributedType::getNullabilityAttrKind(*Nullability), BoxedType, in BuildObjCBoxedExpr()
599 BoxedType); in BuildObjCBoxedExpr()
635 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
645 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
726 BoxedType = NSValuePointer; in BuildObjCBoxedExpr()
[all …]