Searched refs:NSStringDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 520 if (!NSStringDecl) { in BuildObjCBoxedExpr() 521 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr() 523 if (!NSStringDecl) { in BuildObjCBoxedExpr() 526 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr() 559 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr() 565 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr() 584 if (!validateBoxingMethod(*this, Loc, NSStringDecl, in BuildObjCBoxedExpr()
|
| H A D | Sema.cpp | 195 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr),
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1157 ObjCInterfaceDecl *NSStringDecl; variable
|