Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9062 const char *CopiedKey; in AddObjCKeyValueCompletions() member
9065 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {} in AddObjCKeyValueCompletions()
9068 if (CopiedKey) in AddObjCKeyValueCompletions()
9069 return CopiedKey; in AddObjCKeyValueCompletions()
9071 return CopiedKey = Allocator.CopyString(Key); in AddObjCKeyValueCompletions()