Searched defs:KeyHolder (Results 1 – 1 of 1) sorted by relevance
9207 struct KeyHolder { in AddObjCKeyValueCompletions() struct9208 CodeCompletionAllocator &Allocator; in AddObjCKeyValueCompletions()9209 StringRef Key; in AddObjCKeyValueCompletions()9210 const char *CopiedKey; in AddObjCKeyValueCompletions()9212 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key) in AddObjCKeyValueCompletions() function9215 operator const char *() { in AddObjCKeyValueCompletions()