Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp520 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 DSema.cpp207 NSNumberDecl(nullptr), NSValueDecl(nullptr), NSStringDecl(nullptr), in Sema()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1182 ObjCInterfaceDecl *NSStringDecl; variable