clang API Documentation

Public Member Functions
clang::CodeCompletionAllocator Class Reference

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

#include <CodeCompleteConsumer.h>

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

List of all members.

Public Member Functions

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

Detailed Description

An allocator used specifically for the purpose of code completion.

Definition at line 498 of file CodeCompleteConsumer.h.


Member Function Documentation

const char * CodeCompletionAllocator::CopyString ( StringRef  String)
const char * CodeCompletionAllocator::CopyString ( Twine  String)

Copy the given string into this allocator.

Definition at line 261 of file CodeCompleteConsumer.cpp.

const char* clang::CodeCompletionAllocator::CopyString ( const char *  String) [inline]

Definition at line 507 of file CodeCompleteConsumer.h.

References CopyString().

const char* clang::CodeCompletionAllocator::CopyString ( const std::string &  String) [inline]

Copy the given string into this allocator.

Definition at line 512 of file CodeCompleteConsumer.h.

References CopyString().


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