Searched refs:NSStringDecl (Results 1 – 3 of 3) sorted by relevance
530 if (!NSStringDecl) { in BuildObjCBoxedExpr()531 NSStringDecl = in BuildObjCBoxedExpr()533 if (!NSStringDecl) { in BuildObjCBoxedExpr()536 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()569 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()575 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()594 if (!validateBoxingMethod(SemaRef, Loc, NSStringDecl, in BuildObjCBoxedExpr()
30 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr), in SemaObjC()
617 ObjCInterfaceDecl *NSStringDecl; variable