Lines Matching defs:Key
4674 // @{key : object, ...}
4677 Builder.AddPlaceholderChunk("key");
6312 /// \brief Add code completions for Objective-C Key-Value Coding (KVC) and
6313 /// Key-Value Observing (KVO).
6338 StringRef Key;
6341 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key)
6342 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {}
6348 return CopiedKey = Allocator.CopyString(Key);
6350 } Key(Allocator, PropName->getName());
6363 // Add the normal accessor -(type)key.
6371 Builder.AddTypedTextChunk(Key);
6418 Builder.AddTextChunk(Key);
6453 // Add -(NSUInteger)countOf<key>
6896 // Key-Value Observing
7070 // Add Key-Value-Coding and Key-Value-Observing accessor methods for all of