Searched refs:CopyString (Results 1 – 6 of 6) sorted by relevance
1493 return Allocator.CopyString(Result); in GetCompletionTypeString()2007 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()2291 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()2377 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()2398 Result.AddInformativeChunk(Result.getAllocator().CopyString(PrintedNNS)); in AddQualifierToCompletionString()2400 Result.AddTextChunk(Result.getAllocator().CopyString(PrintedNNS)); in AddQualifierToCompletionString()2437 Result.AddInformativeChunk(Result.getAllocator().CopyString(QualsStr)); in AddFunctionTypeQualsToCompletionString()2479 Result.getAllocator().CopyString(ND->getNameAsString())); in AddTypedNameChunk()2498 Result.getAllocator().CopyString(ND->getNameAsString())); in AddTypedNameChunk()2503 Result.getAllocator().CopyString(Record->getNameAsString())); in AddTypedNameChunk()[all …]
255 const char *CodeCompletionAllocator::CopyString(StringRef String) { in CopyString() function in CodeCompletionAllocator262 const char *CodeCompletionAllocator::CopyString(Twine String) { in CopyString() function in CodeCompletionAllocator267 return CopyString(String.toStringRef(Data)); in CopyString()326 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()396 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
509 const char *CopyString(StringRef String);512 const char *CopyString(Twine String);515 const char *CopyString(const char *String) { in CopyString() function516 return CopyString(StringRef(String)); in CopyString()520 const char *CopyString(const std::string &String) { in CopyString() function521 return CopyString(StringRef(String)); in CopyString()
544 char *CopyString(char *s);574 var->string = CopyString (Cmd_Argv(2)); in SV_Serverinfo_f()589 char *CopyString(char *s);
332 char *CopyString (const char *in) in CopyString() function392 a->value = CopyString (cmd); in Cmd_Alias_f()
327 char *CopyString (char *in) in CopyString() function387 a->value = CopyString (cmd); in Cmd_Alias_f()