Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp653 if (!NSValueDecl) { in BuildObjCBoxedExpr()
654 NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr()
656 if (!NSValueDecl) { in BuildObjCBoxedExpr()
661 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl); in BuildObjCBoxedExpr()
673 BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType); in BuildObjCBoxedExpr()
679 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr()
713 if (!validateBoxingMethod(*this, Loc, NSValueDecl, in BuildObjCBoxedExpr()
H A DSema.cpp209 NSNumberDecl(nullptr), NSValueDecl(nullptr), NSStringDecl(nullptr), in Sema()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1198 ObjCInterfaceDecl *NSValueDecl; variable