Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp521 if (!NSStringDecl) { in BuildObjCBoxedExpr()
522 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr()
524 if (!NSStringDecl) { in BuildObjCBoxedExpr()
527 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
560 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
566 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
585 if (!validateBoxingMethod(*this, Loc, NSStringDecl, 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.h1210 ObjCInterfaceDecl *NSStringDecl; variable