Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
H A DSema.cpp172 MSVCGuidDecl(nullptr), NSNumberDecl(nullptr), NSValueDecl(nullptr),
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1138 ObjCInterfaceDecl *NSValueDecl; variable