Searched defs:KeyHolder (Results 1 – 1 of 1) sorted by relevance
8858 struct KeyHolder { in AddObjCKeyValueCompletions() struct8859 CodeCompletionAllocator &Allocator; in AddObjCKeyValueCompletions()8860 StringRef Key; in AddObjCKeyValueCompletions()8861 const char *CopiedKey; in AddObjCKeyValueCompletions()8863 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key) in AddObjCKeyValueCompletions() argument8866 operator const char *() { in AddObjCKeyValueCompletions()