Home
last modified time | relevance | path

Searched refs:NSValueDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp620 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()
DSema.cpp95 NSNumberDecl(nullptr), NSValueDecl(nullptr),
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp652 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()
DSema.cpp169 MSVCGuidDecl(nullptr), NSNumberDecl(nullptr), NSValueDecl(nullptr),
/external/clang/include/clang/Sema/
DSema.h738 ObjCInterfaceDecl *NSValueDecl; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h1030 ObjCInterfaceDecl *NSValueDecl; variable