Searched refs:NSStringDecl (Results 1 – 3 of 3) sorted by relevance
528 if (!NSStringDecl) { in BuildObjCBoxedExpr()529 NSStringDecl = in BuildObjCBoxedExpr()531 if (!NSStringDecl) { in BuildObjCBoxedExpr()534 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()565 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()571 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()590 if (!validateBoxingMethod(SemaRef, Loc, NSStringDecl, in BuildObjCBoxedExpr()
31 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr), in SemaObjC()
609 ObjCInterfaceDecl *NSStringDecl; variable