clang
3.9.0
|
An allocator used specifically for the purpose of code completion. More...
#include <CodeCompleteConsumer.h>
Public Member Functions | |
const char * | CopyString (const Twine &String) |
Copy the given string into this allocator. More... | |
An allocator used specifically for the purpose of code completion.
Definition at line 501 of file CodeCompleteConsumer.h.
const char * CodeCompletionAllocator::CopyString | ( | const Twine & | String | ) |
Copy the given string into this allocator.
Definition at line 254 of file CodeCompleteConsumer.cpp.
Referenced by AddFunctionParameterChunks(), AddFunctionTypeQualsToCompletionString(), AddObjCKeyValueCompletions(), AddObjCPassingTypeChunk(), AddOrdinaryNameResults(), AddOverloadParameterChunks(), AddQualifierToCompletionString(), AddTemplateParameterChunks(), AddTypedNameChunk(), clang::Sema::CodeCompleteObjCPropertySynthesizeIvar(), clang::CodeCompletionResult::CreateCodeCompletionString(), clang::CodeCompleteConsumer::OverloadCandidate::CreateSignatureString(), and GetCompletionTypeString().