Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp208 NSNumberDecl(nullptr), NSValueDecl(nullptr), NSStringDecl(nullptr), in Sema()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1183 ObjCInterfaceDecl *NSStringDecl; variable