Lines Matching defs:Key
4740 // @{key : object, ...}
4743 Builder.AddPlaceholderChunk("key");
6392 /// \brief Add code completions for Objective-C Key-Value Coding (KVC) and
6393 /// Key-Value Observing (KVO).
6418 StringRef Key;
6421 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key)
6422 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {}
6428 return CopiedKey = Allocator.CopyString(Key);
6430 } Key(Allocator, PropName->getName());
6443 // Add the normal accessor -(type)key.
6451 Builder.AddTypedTextChunk(Key);
6498 Builder.AddTextChunk(Key);
6533 // Add -(NSUInteger)countOf<key>
6976 // Key-Value Observing
7161 // Add Key-Value-Coding and Key-Value-Observing accessor methods for all of