clang
13.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 645 of file CodeCompleteConsumer.h.
|
inlineexplicit |
Definition at line 650 of file CodeCompleteConsumer.h.
|
inline |
Definition at line 658 of file CodeCompleteConsumer.h.
Referenced by clang::PrintingCodeCompleteConsumer::getAllocator().
|
inline |
Definition at line 654 of file CodeCompleteConsumer.h.
StringRef CodeCompletionTUInfo::getParentName | ( | const DeclContext * | DC | ) |
Definition at line 358 of file CodeCompleteConsumer.cpp.