Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
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 …]
/external/clang/lib/Sema/
DSemaExprObjC.cpp506 QualType BoxedType; in BuildObjCBoxedExpr() local
566 BoxedType = NSStringPointer; in BuildObjCBoxedExpr()
603 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
613 BoxedType = NSNumberPointer; in BuildObjCBoxedExpr()
699 BoxedType = NSValuePointer; in BuildObjCBoxedExpr()
729 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr()