Home | History | Annotate | Download | only in Sema

Lines Matching refs:Idents

491       IdentifierInfo *getterName = &S.Context.Idents.get(compStr);
971 &S.Context.Idents.get("objectForKeyedSubscript")
978 &S.Context.Idents.get("objectAtIndexedSubscript")
1002 arrayRef ? &S.Context.Idents.get("index")
1003 : &S.Context.Idents.get("key"),
1080 &S.Context.Idents.get("setObject"),
1081 &S.Context.Idents.get("forKeyedSubscript")
1088 &S.Context.Idents.get("setObject"),
1089 &S.Context.Idents.get("atIndexedSubscript")
1115 &S.Context.Idents.get("object"),
1124 arrayRef ? &S.Context.Idents.get("index")
1125 : &S.Context.Idents.get("key"),