clang 20.0.0git
|
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. | |
An allocator used specifically for the purpose of code completion.
Definition at line 651 of file CodeCompleteConsumer.h.
const char * CodeCompletionAllocator::CopyString | ( | const Twine & | String | ) |
Copy the given string into this allocator.
Definition at line 364 of file CodeCompleteConsumer.cpp.
References clang::Data.
Referenced by AddLambdaCompletion().