Home | History | Annotate | Download | only in Sema

Lines Matching defs:keys

797       ParmVarDecl *keys = ParmVarDecl::Create(Context, Method,
800 &Context.Idents.get("keys"),
804 Params.push_back(keys);
834 // Dig out the type that all keys should be converted to.
881 // We've found a good +dictionaryWithObjects:keys:count: method; save it!
890 // Check that each of the keys and values provided is valid in a collection