Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp621 if (!NSValueDecl) { in BuildObjCBoxedExpr()
622 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr()
624 if (!NSValueDecl) { in BuildObjCBoxedExpr()
629 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
641 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
652 NSValueDecl, in BuildObjCBoxedExpr()
686 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr()
DSema.cpp93 NSNumberDecl(nullptr), NSValueDecl(nullptr), in Sema()
/external/clang/include/clang/Sema/
DSema.h706 ObjCInterfaceDecl *NSValueDecl; variable