Searched refs:NSValueDecl (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 662 if (!NSValueDecl) { in BuildObjCBoxedExpr() 663 NSValueDecl = LookupObjCInterfaceDeclForLiteral(SemaRef, Loc, LK_Boxed); in BuildObjCBoxedExpr() 664 if (!NSValueDecl) { in BuildObjCBoxedExpr() 669 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr() 679 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr() 685 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr() 719 if (!validateBoxingMethod(SemaRef, Loc, NSValueDecl, in BuildObjCBoxedExpr()
|
H A D | SemaObjC.cpp | 29 : SemaBase(S), NSNumberDecl(nullptr), NSValueDecl(nullptr), in SemaObjC()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 605 ObjCInterfaceDecl *NSValueDecl; variable
|