clang 19.0.0git
Public Member Functions | List of all members
clang::CodeCompletionAllocator Class Reference

An allocator used specifically for the purpose of code completion. More...

#include "clang/Sema/CodeCompleteConsumer.h"

Inheritance diagram for clang::CodeCompletionAllocator:
Inheritance graph
[legend]

Public Member Functions

const char * CopyString (const Twine &String)
 Copy the given string into this allocator.
 

Detailed Description

An allocator used specifically for the purpose of code completion.

Definition at line 651 of file CodeCompleteConsumer.h.

Member Function Documentation

◆ CopyString()

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().


The documentation for this class was generated from the following files: