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.cpp662 if (!NSValueDecl) { in BuildObjCBoxedExpr()
663 NSValueDecl = LookupObjCInterfaceDeclForLiteral(SemaRef, Loc, LK_Boxed); in BuildObjCBoxedExpr()
664 if (!NSValueDecl) { in BuildObjCBoxedExpr()
669 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
679 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
685 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr()
719 if (!validateBoxingMethod(SemaRef, Loc, NSValueDecl, in BuildObjCBoxedExpr()
H A DSemaObjC.cpp29 : SemaBase(S), NSNumberDecl(nullptr), NSValueDecl(nullptr), in SemaObjC()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h605 ObjCInterfaceDecl *NSValueDecl; variable