Searched refs:CopyString (Results 1 – 3 of 3) sorted by relevance
1603 return Allocator.CopyString(Result); in GetCompletionTypeString()2625 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()2711 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()2908 Result.getAllocator().CopyString((*A)->getName())); in CreateCodeCompletionStringForMacro()3273 Result.getAllocator().CopyString(Placeholder)); in AddOverloadParameterChunks()3685 Builder.getAllocator().CopyString((*Sub)->Name)); in CodeCompleteModuleImport()3985 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()4055 Results.getAllocator().CopyString(P->getName())); in AddObjCProperties()4063 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()4105 Results.getAllocator().CopyString(Name->getName())); in AddObjCProperties()[all …]
346 const char *CodeCompletionAllocator::CopyString(const Twine &String) { in CopyString() function in CodeCompletionAllocator414 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()481 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
630 const char *CopyString(const Twine &String);