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 659 of file CodeCompleteConsumer.h.
|
inlineexplicit |
Definition at line 664 of file CodeCompleteConsumer.h.
|
inline |
Definition at line 672 of file CodeCompleteConsumer.h.
Referenced by clang::PrintingCodeCompleteConsumer::getAllocator().
|
inline |
Definition at line 668 of file CodeCompleteConsumer.h.
StringRef CodeCompletionTUInfo::getParentName | ( | const DeclContext * | DC | ) |
Definition at line 372 of file CodeCompleteConsumer.cpp.
References clang::First, clang::DeclContext::getParent(), clang::Interface, and clang::DeclContext::isFunctionOrMethod().