Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDobject.m351 [nsstring stringWithUTF8String:"<%s: %s>"],
364 [nsstring stringWithUTF8String:"<%s: %s[%p]>"],
431 [nsstring stringWithUTF8String:"<%s: %s>"],
HDdata.m131 [nsstring stringWithUTF8String:"<%s: %s>"],
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp496 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); in BuildObjCBoxedExpr() local
499 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String); in BuildObjCBoxedExpr()
504 Context, SourceLocation(), SourceLocation(), stringWithUTF8String, in BuildObjCBoxedExpr()
524 stringWithUTF8String, BoxingMethod)) in BuildObjCBoxedExpr()