Lines Matching refs:Idents
104 NSIdent = &Context.Idents.get("NSConstantString"); in BuildObjCStringLiteral()
106 NSIdent = &Context.Idents.get(StringClass); in BuildObjCStringLiteral()
305 SourceLocation(), &CX.Idents.get("value"), in getNSNumberFactoryMethod()
565 IdentifierInfo *II = &Context.Idents.get("stringWithUTF8String"); in BuildObjCBoxedExpr()
586 &Context.Idents.get("value"), in BuildObjCBoxedExpr()
674 const IdentifierInfo *II[] = {&Context.Idents.get("valueWithBytes"), in BuildObjCBoxedExpr()
675 &Context.Idents.get("objCType")}; in BuildObjCBoxedExpr()
699 &Context.Idents.get("bytes"), in BuildObjCBoxedExpr()
709 &Context.Idents.get("type"), in BuildObjCBoxedExpr()
832 &Context.Idents.get("objects"), in BuildObjCArrayLiteral()
840 &Context.Idents.get("cnt"), in BuildObjCArrayLiteral()
993 &Context.Idents.get("objects"), in BuildObjCDictionaryLiteral()
1001 &Context.Idents.get("keys"), in BuildObjCDictionaryLiteral()
1009 &Context.Idents.get("cnt"), in BuildObjCDictionaryLiteral()
1046 LookupProtocol(&Context.Idents.get("NSCopying"), SR.getBegin())) { in BuildObjCDictionaryLiteral()
3441 IdentifierInfo *SelectorId = &Context.Idents.get("respondsToSelector"); in ActOnInstanceMessage()
3753 LookupResult R(SemaRef, &Context.Idents.get(name), SourceLocation(), in isKnownName()
4892 IdentifierInfo &II = Context.Idents.get("self"); in BuildIvarRefExpr()
5143 LookupResult Result(SemaRef, &Context.Idents.get("BOOL"), OpLoc, in ActOnObjCBoolLiteral()