Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp1948 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 …]
H A DCodeCompleteConsumer.cpp358 const char *CodeCompletionAllocator::CopyString(const Twine &String) { in CopyString() function in CodeCompletionAllocator
424 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()
490 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h645 const char *CopyString(const Twine &String);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp873 return CCAllocator->CopyString(CCS->getAllTypedText()); in getName()