Home | History | Annotate | Download | only in Sema

Lines Matching defs:Key

957           // key argument of selector is id<NSCopying>?
1011 // Check the key.
1012 ExprResult Key = CheckObjCCollectionLiteralElement(*this, Elements[I].Key,
1014 if (Key.isInvalid())
1023 Elements[I].Key = Key.get();
1029 if (!Elements[I].Key->containsUnexpandedParameterPack() &&
1033 << SourceRange(Elements[I].Key->getLocStart(),