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