clang 20.0.0git
|
#include "clang/Sema/CodeCompleteConsumer.h"
Public Member Functions | |
CodeCompletionTUInfo (std::shared_ptr< GlobalCodeCompletionAllocator > Allocator) | |
std::shared_ptr< GlobalCodeCompletionAllocator > | getAllocatorRef () const |
CodeCompletionAllocator & | getAllocator () const |
StringRef | getParentName (const DeclContext *DC) |
Definition at line 660 of file CodeCompleteConsumer.h.
|
inlineexplicit |
Definition at line 665 of file CodeCompleteConsumer.h.
|
inline |
Definition at line 673 of file CodeCompleteConsumer.h.
Referenced by clang::PrintingCodeCompleteConsumer::getAllocator().
|
inline |
Definition at line 669 of file CodeCompleteConsumer.h.
StringRef CodeCompletionTUInfo::getParentName | ( | const DeclContext * | DC | ) |
Definition at line 376 of file CodeCompleteConsumer.cpp.
References clang::First, clang::DeclContext::getParent(), clang::Interface, and clang::DeclContext::isFunctionOrMethod().