#include "clang/Index/IndexDataConsumer.h"
|
| virtual | ~IndexDataConsumer () |
| |
| virtual void | initialize (ASTContext &Ctx) |
| |
| virtual bool | handleDeclOccurence (const Decl *D, SymbolRoleSet Roles, ArrayRef< SymbolRelation > Relations, FileID FID, unsigned Offset, ASTNodeInfo ASTNode) |
| |
| virtual bool | handleMacroOccurence (const IdentifierInfo *Name, const MacroInfo *MI, SymbolRoleSet Roles, FileID FID, unsigned Offset) |
| |
| virtual bool | handleModuleOccurence (const ImportDecl *ImportD, SymbolRoleSet Roles, FileID FID, unsigned Offset) |
| |
| virtual void | finish () |
| |
Definition at line 26 of file IndexDataConsumer.h.
| virtual clang::index::IndexDataConsumer::~IndexDataConsumer |
( |
| ) |
|
|
inlinevirtual |
| virtual void clang::index::IndexDataConsumer::finish |
( |
| ) |
|
|
inlinevirtual |
- Returns
- true to continue indexing, or false to abort.
Definition at line 23 of file IndexingAction.cpp.
- Returns
- true to continue indexing, or false to abort.
Definition at line 30 of file IndexingAction.cpp.
| virtual void clang::index::IndexDataConsumer::initialize |
( |
ASTContext & |
Ctx | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: