clang 22.0.0git
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

Definition at line 673 of file CodeCompleteConsumer.h.

◆ 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: