Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp657 if (!NSValueDecl) { in BuildObjCBoxedExpr()
658 NSValueDecl = LookupObjCInterfaceDeclForLiteral(SemaRef, Loc, LK_Boxed); in BuildObjCBoxedExpr()
659 if (!NSValueDecl) { in BuildObjCBoxedExpr()
664 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
674 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
680 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr()
714 if (!validateBoxingMethod(SemaRef, Loc, NSValueDecl, in BuildObjCBoxedExpr()
H A DSemaObjC.cpp30 : SemaBase(S), NSNumberDecl(nullptr), NSValueDecl(nullptr), in SemaObjC()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h597 ObjCInterfaceDecl *NSValueDecl; variable