Home
last modified time | relevance | path

Searched refs:CopiedKey (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp6418 const char *CopiedKey; in AddObjCKeyValueCompletions() member
6421 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {} in AddObjCKeyValueCompletions()
6424 if (CopiedKey) in AddObjCKeyValueCompletions()
6425 return CopiedKey; in AddObjCKeyValueCompletions()
6427 return CopiedKey = Allocator.CopyString(Key); in AddObjCKeyValueCompletions()