Searched refs:NSStringDecl (Results 1 – 3 of 3) sorted by relevance
439 if (!NSStringDecl) { in BuildObjCBoxedExpr()444 NSStringDecl = dyn_cast_or_null<ObjCInterfaceDecl>(Decl); in BuildObjCBoxedExpr()445 if (!NSStringDecl) { in BuildObjCBoxedExpr()449 NSStringDecl = ObjCInterfaceDecl::Create(Context, TU, in BuildObjCBoxedExpr()457 } else if (!NSStringDecl->hasDefinition()) { in BuildObjCBoxedExpr()461 assert(NSStringDecl && "NSStringDecl should not be NULL"); in BuildObjCBoxedExpr()462 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()471 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()478 ResultTInfo, NSStringDecl, in BuildObjCBoxedExpr()497 if (!validateBoxingMethod(*this, SR.getBegin(), NSStringDecl, in BuildObjCBoxedExpr()
84 NSStringDecl(0), StringWithUTF8StringMethod(0), in Sema()
557 ObjCInterfaceDecl *NSStringDecl; variable