Searched refs:NSStringDecl (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 466 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()
|
| HD | Sema.cpp | 95 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr), in Sema()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 718 ObjCInterfaceDecl *NSStringDecl; variable
|