Searched refs:CopyString (Results 1 – 3 of 3) sorted by relevance
1942 return Allocator.CopyString(Result); in GetCompletionTypeString()3040 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()3130 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()3327 Result.getAllocator().CopyString((*A)->getName())); in CreateCodeCompletionStringForMacro()3741 Result.getAllocator().CopyString(Placeholder)); in AddOverloadParameterChunks()4163 Builder.getAllocator().CopyString((*Sub)->Name)); in CodeCompleteModuleImport()4589 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()4659 Results.getAllocator().CopyString(P->getName())); in AddObjCProperties()4905 B.AddResultTypeChunk(Alloc.CopyString(AsString)); in render()4920 B.AddPlaceholderChunk(Alloc.CopyString( in render()[all …]
346 const char *CodeCompletionAllocator::CopyString(const Twine &String) { in CopyString() function in CodeCompletionAllocator413 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()479 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
639 const char *CopyString(const Twine &String);