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

#include "clang/Sema/CodeCompleteConsumer.h"

Public Member Functions

 CodeCompletionTUInfo (std::shared_ptr< GlobalCodeCompletionAllocator > Allocator)
 
std::shared_ptr< GlobalCodeCompletionAllocatorgetAllocatorRef () const
 
CodeCompletionAllocatorgetAllocator () const
 
StringRef getParentName (const DeclContext *DC)
 

Detailed Description

Definition at line 660 of file CodeCompleteConsumer.h.

Constructor & Destructor Documentation

◆ CodeCompletionTUInfo()

clang::CodeCompletionTUInfo::CodeCompletionTUInfo ( std::shared_ptr< GlobalCodeCompletionAllocator Allocator)
inlineexplicit

Definition at line 665 of file CodeCompleteConsumer.h.

Member Function Documentation

◆ getAllocator()

CodeCompletionAllocator & clang::CodeCompletionTUInfo::getAllocator ( ) const
inline

◆ getAllocatorRef()

std::shared_ptr< GlobalCodeCompletionAllocator > clang::CodeCompletionTUInfo::getAllocatorRef ( ) const
inline

Definition at line 669 of file CodeCompleteConsumer.h.

◆ getParentName()

StringRef CodeCompletionTUInfo::getParentName ( const DeclContext DC)

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