Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp195 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr),
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1157 ObjCInterfaceDecl *NSStringDecl; variable