Searched refs:NSValueDecl (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 620 if (!NSValueDecl) { in BuildObjCBoxedExpr() 621 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 623 if (!NSValueDecl) { in BuildObjCBoxedExpr() 628 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr() 640 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr() 651 NSValueDecl, in BuildObjCBoxedExpr() 685 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr()
|
D | Sema.cpp | 95 NSNumberDecl(nullptr), NSValueDecl(nullptr),
|
/external/llvm-project/clang/lib/Sema/ |
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()
|
D | Sema.cpp | 169 MSVCGuidDecl(nullptr), NSNumberDecl(nullptr), NSValueDecl(nullptr),
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 738 ObjCInterfaceDecl *NSValueDecl; variable
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1030 ObjCInterfaceDecl *NSValueDecl; variable
|