|
clang
5.0.0
|
An allocator used specifically for the purpose of code completion. More...
#include "clang/Sema/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 505 of file CodeCompleteConsumer.h.
| const char * CodeCompletionAllocator::CopyString | ( | const Twine & | String | ) |
Copy the given string into this allocator.
Definition at line 255 of file CodeCompleteConsumer.cpp.
Referenced by AddFunctionParameterChunks(), AddFunctionTypeQualsToCompletionString(), AddObjCBlockCall(), AddObjCKeyValueCompletions(), AddObjCPassingTypeChunk(), AddOrdinaryNameResults(), AddOverloadParameterChunks(), AddQualifierToCompletionString(), AddTemplateParameterChunks(), AddTypedNameChunk(), clang::Sema::CodeCompleteObjCPropertySynthesizeIvar(), clang::CodeCompletionResult::CreateCodeCompletionString(), clang::CodeCompleteConsumer::OverloadCandidate::CreateSignatureString(), and GetCompletionTypeString().
1.8.6