Lines Matching defs:Key
843 // key argument of selector is id<NSCopying>?
894 // Check the key.
895 ExprResult Key = CheckObjCCollectionLiteralElement(*this, Elements[I].Key,
897 if (Key.isInvalid())
906 Elements[I].Key = Key.get();
912 if (!Elements[I].Key->containsUnexpandedParameterPack() &&
916 << SourceRange(Elements[I].Key->getLocStart(),