Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2039 return Allocator.CopyString(Result); in GetCompletionTypeString()
3144 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
3234 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
3431 Result.getAllocator().CopyString((*A)->getName())); in CreateCodeCompletionStringForMacro()
3891 Result.getAllocator().CopyString(Placeholder)); in AddOverloadParameterChunks()
4977 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCBlockCall()
5047 Results.getAllocator().CopyString(P->getName())); in AddObjCProperties()
5055 Builder.getAllocator().CopyString(PlaceholderStr)); in AddObjCProperties()
5296 B.AddResultTypeChunk(Alloc.CopyString(AsString)); in render()
5311 B.AddPlaceholderChunk(Alloc.CopyString( in render()
[all …]
H A DCodeCompleteConsumer.cpp364 const char *CodeCompletionAllocator::CopyString(const Twine &String) { in CopyString() function in CodeCompletionAllocator
430 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()
496 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h652 const char *CopyString(const Twine &String);