Searched defs:KeyHolder (Results 1 – 1 of 1) sorted by relevance
9059 struct KeyHolder { in AddObjCKeyValueCompletions() struct9060 CodeCompletionAllocator &Allocator; in AddObjCKeyValueCompletions()9061 StringRef Key; in AddObjCKeyValueCompletions()9062 const char *CopiedKey; in AddObjCKeyValueCompletions()9064 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key) in AddObjCKeyValueCompletions() function9067 operator const char *() { in AddObjCKeyValueCompletions()