Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp466 if (!NSStringDecl) { in BuildObjCBoxedExpr()
471 NSStringDecl = dyn_cast_or_null<ObjCInterfaceDecl>(Decl); in BuildObjCBoxedExpr()
472 if (!NSStringDecl) { in BuildObjCBoxedExpr()
476 NSStringDecl = ObjCInterfaceDecl::Create(Context, TU, in BuildObjCBoxedExpr()
485 } else if (!NSStringDecl->hasDefinition()) { in BuildObjCBoxedExpr()
489 assert(NSStringDecl && "NSStringDecl should not be NULL"); in BuildObjCBoxedExpr()
490 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
499 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
505 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
523 if (!validateBoxingMethod(*this, SR.getBegin(), NSStringDecl, in BuildObjCBoxedExpr()
HDSema.cpp95 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr), in Sema()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h718 ObjCInterfaceDecl *NSStringDecl; variable