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.cpp530 if (!NSStringDecl) { in BuildObjCBoxedExpr()
531 NSStringDecl = in BuildObjCBoxedExpr()
533 if (!NSStringDecl) { in BuildObjCBoxedExpr()
536 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl); in BuildObjCBoxedExpr()
569 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
575 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
594 if (!validateBoxingMethod(SemaRef, Loc, NSStringDecl, in BuildObjCBoxedExpr()
H A DSemaObjC.cpp30 NSStringDecl(nullptr), StringWithUTF8StringMethod(nullptr), in SemaObjC()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h617 ObjCInterfaceDecl *NSStringDecl; variable