Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1942 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 …]
H A DCodeCompleteConsumer.cpp346 const char *CodeCompletionAllocator::CopyString(const Twine &String) { in CopyString() function in CodeCompletionAllocator
413 CachedParentName = AllocatorRef->CopyString(OS.str()); in getParentName()
479 BriefComment = Allocator.CopyString(Comment); in addBriefComment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h639 const char *CopyString(const Twine &String);