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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp555 IdentifierInfo *II = &Context.Idents.get("stringWithUTF8String");
556 Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II); local
559 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
564 Context, SourceLocation(), SourceLocation(), stringWithUTF8String,
585 stringWithUTF8String, BoxingMethod))

Completed in 198 milliseconds