Searched refs:NSStringDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 519 if (!NSStringDecl) { in BuildObjCBoxedExpr() 520 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 522 if (!NSStringDecl) { in BuildObjCBoxedExpr() 525 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr() 534 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr() 540 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr() 558 if (!validateBoxingMethod(*this, Loc, NSStringDecl, in BuildObjCBoxedExpr()
|
D | Sema.cpp | 96 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr),
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 750 ObjCInterfaceDecl *NSStringDecl; variable
|