Searched refs:NSValueDecl (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 652 if (!NSValueDecl) { in BuildObjCBoxedExpr() 653 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 655 if (!NSValueDecl) { in BuildObjCBoxedExpr() 660 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr() 672 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr() 678 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr() 712 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr()
|
| H A D | Sema.cpp | 172 MSVCGuidDecl(nullptr), NSNumberDecl(nullptr), NSValueDecl(nullptr),
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 1138 ObjCInterfaceDecl *NSValueDecl; variable
|