Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp528 if (!NSStringDecl) { in BuildObjCBoxedExpr()
529 NSStringDecl = in BuildObjCBoxedExpr()
531 if (!NSStringDecl) { in BuildObjCBoxedExpr()
534 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
565 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
571 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
590 if (!validateBoxingMethod(SemaRef, Loc, NSStringDecl, in BuildObjCBoxedExpr()
H A DSemaObjC.cpp31 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr), in SemaObjC()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h609 ObjCInterfaceDecl *NSStringDecl; variable