clang
6.0.0
|
#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 531 of file CodeCompleteConsumer.h.
|
inlineexplicit |
Definition at line 536 of file CodeCompleteConsumer.h.
|
inline |
Definition at line 543 of file CodeCompleteConsumer.h.
Referenced by clang::PrintingCodeCompleteConsumer::getAllocator().
|
inline |
Definition at line 540 of file CodeCompleteConsumer.h.
StringRef CodeCompletionTUInfo::getParentName | ( | const DeclContext * | DC | ) |
Definition at line 267 of file CodeCompleteConsumer.cpp.