Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp439 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()
DSema.cpp84 NSStringDecl(0), StringWithUTF8StringMethod(0), in Sema()
/external/clang/include/clang/Sema/
DSema.h557 ObjCInterfaceDecl *NSStringDecl; variable