clang API Documentation
#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 525 of file CodeCompleteConsumer.h.
| clang::CodeCompletionTUInfo::CodeCompletionTUInfo | ( | IntrusiveRefCntPtr< GlobalCodeCompletionAllocator > | Allocator | ) | [inline, explicit] |
Definition at line 530 of file CodeCompleteConsumer.h.
| CodeCompletionAllocator& clang::CodeCompletionTUInfo::getAllocator | ( | ) | const [inline] |
Definition at line 537 of file CodeCompleteConsumer.h.
Referenced by clang::PrintingCodeCompleteConsumer::getAllocator().
| IntrusiveRefCntPtr<GlobalCodeCompletionAllocator> clang::CodeCompletionTUInfo::getAllocatorRef | ( | ) | const [inline] |
Definition at line 534 of file CodeCompleteConsumer.h.
| StringRef CodeCompletionTUInfo::getParentName | ( | const DeclContext * | DC | ) |
Definition at line 269 of file CodeCompleteConsumer.cpp.
References Contexts, clang::NamedDecl::getIdentifier(), clang::NamedDecl::getName(), clang::DeclContext::getParent(), clang::DeclContext::isFunctionOrMethod(), and S.