#include "clang/Index/IndexDataConsumer.h"
|
virtual | ~IndexDataConsumer () |
|
virtual void | initialize (ASTContext &Ctx) |
|
virtual void | setPreprocessor (std::shared_ptr< Preprocessor > PP) |
|
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 27 of file IndexDataConsumer.h.
◆ ~IndexDataConsumer()
virtual clang::index::IndexDataConsumer::~IndexDataConsumer |
( |
| ) |
|
|
inlinevirtual |
◆ finish()
virtual void clang::index::IndexDataConsumer::finish |
( |
| ) |
|
|
inlinevirtual |
◆ handleDeclOccurence()
◆ handleMacroOccurence()
◆ handleModuleOccurence()
◆ initialize()
virtual void clang::index::IndexDataConsumer::initialize |
( |
ASTContext & |
Ctx | ) |
|
|
inlinevirtual |
◆ setPreprocessor()
virtual void clang::index::IndexDataConsumer::setPreprocessor |
( |
std::shared_ptr< Preprocessor > |
PP | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: