|
clang
3.8.0
|
#include <CodeCompleteConsumer.h>
Public Member Functions | |
| CodeCompletionTUInfo (IntrusiveRefCntPtr< GlobalCodeCompletionAllocator > Allocator) | |
| IntrusiveRefCntPtr < GlobalCodeCompletionAllocator > | getAllocatorRef () const |
| CodeCompletionAllocator & | getAllocator () const |
| StringRef | getParentName (const DeclContext *DC) |
Definition at line 513 of file CodeCompleteConsumer.h.
|
inlineexplicit |
Definition at line 518 of file CodeCompleteConsumer.h.
|
inline |
Definition at line 525 of file CodeCompleteConsumer.h.
Referenced by clang::PrintingCodeCompleteConsumer::getAllocator().
|
inline |
Definition at line 522 of file CodeCompleteConsumer.h.
| StringRef CodeCompletionTUInfo::getParentName | ( | const DeclContext * | DC | ) |
Definition at line 266 of file CodeCompleteConsumer.cpp.
References Contexts, clang::NamedDecl::getIdentifier(), clang::NamedDecl::getName(), clang::DeclContext::getParent(), I, clang::DeclContext::isFunctionOrMethod(), and S.
1.8.6