Searched refs:NSValueDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 653 if (!NSValueDecl) { in BuildObjCBoxedExpr() 654 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 656 if (!NSValueDecl) { in BuildObjCBoxedExpr() 661 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr() 673 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr() 679 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr() 713 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr()
|
| H A D | Sema.cpp | 209 NSNumberDecl(nullptr), NSValueDecl(nullptr), NSStringDecl(nullptr), in Sema()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1198 ObjCInterfaceDecl *NSValueDecl; variable
|