|
clang
5.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 514 of file CodeCompleteConsumer.h.
|
inlineexplicit |
Definition at line 519 of file CodeCompleteConsumer.h.
|
inline |
Definition at line 526 of file CodeCompleteConsumer.h.
Referenced by clang::PrintingCodeCompleteConsumer::getAllocator().
|
inline |
Definition at line 523 of file CodeCompleteConsumer.h.
| StringRef CodeCompletionTUInfo::getParentName | ( | const DeclContext * | DC | ) |
Definition at line 267 of file CodeCompleteConsumer.cpp.
References Contexts, clang::NamedDecl::getIdentifier(), clang::NamedDecl::getName(), clang::DeclContext::getParent(), I, clang::DeclContext::isFunctionOrMethod(), and S.
1.8.6