Searched refs:CopyString (Results 1 – 4 of 4) sorted by relevance
1948 return Allocator.CopyString(Result); in GetCompletionTypeString()3047 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()3137 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()3334 Result.getAllocator().CopyString((*A)->getName())); in CreateCodeCompletionStringForMacro()3779 Result.getAllocator().CopyString(Placeholder)); in AddOverloadParameterChunks()4282 Builder.getAllocator().CopyString((*Sub)->Name)); in CodeCompleteModuleImport()4860 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()4930 Results.getAllocator().CopyString(P->getName())); in AddObjCProperties()5176 B.AddResultTypeChunk(Alloc.CopyString(AsString)); in render()5191 B.AddPlaceholderChunk(Alloc.CopyString( in render()[all …]
358 const char *CodeCompletionAllocator::CopyString(const Twine &String) { in CopyString() function in CodeCompletionAllocator424 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()490 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
645 const char *CopyString(const Twine &String);
873 return CCAllocator->CopyString(CCS->getAllTypedText()); in getName()