Home
last modified time | relevance | path

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

/external/kotlinc/lib/
Dkotlin-scripting-common.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
Dkotlin-main-kts.jarMETA-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6439 const char *CopiedKey; in AddObjCKeyValueCompletions() member
6442 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {} in AddObjCKeyValueCompletions()
6445 if (CopiedKey) in AddObjCKeyValueCompletions()
6446 return CopiedKey; in AddObjCKeyValueCompletions()
6448 return CopiedKey = Allocator.CopyString(Key); in AddObjCKeyValueCompletions()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp8155 const char *CopiedKey; in AddObjCKeyValueCompletions() member
8158 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {} in AddObjCKeyValueCompletions()
8161 if (CopiedKey) in AddObjCKeyValueCompletions()
8162 return CopiedKey; in AddObjCKeyValueCompletions()
8164 return CopiedKey = Allocator.CopyString(Key); in AddObjCKeyValueCompletions()