Home
last modified time | relevance | path

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

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