Searched defs:KeyHolder (Results 1 – 1 of 1) sorted by relevance
8314 struct KeyHolder { in AddObjCKeyValueCompletions() struct8315 CodeCompletionAllocator &Allocator; in AddObjCKeyValueCompletions()8316 StringRef Key; in AddObjCKeyValueCompletions()8317 const char *CopiedKey; in AddObjCKeyValueCompletions()8319 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key) in AddObjCKeyValueCompletions() argument8322 operator const char *() { in AddObjCKeyValueCompletions()