Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp518 if (!NSStringDecl) { in BuildObjCBoxedExpr()
519 NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCBoxedExpr()
521 if (!NSStringDecl) { in BuildObjCBoxedExpr()
524 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
533 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
539 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
557 if (!validateBoxingMethod(*this, Loc, NSStringDecl, in BuildObjCBoxedExpr()
H A DSema.cpp136 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr),
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h878 ObjCInterfaceDecl *NSStringDecl; variable