|
clang-metatool
A framework for reusing code in clang tools
|
#include <clangmetatool/collectors/definitions.h>
Public Member Functions | |
| Definitions (clang::CompilerInstance *ci, clang::ast_matchers::MatchFinder *f) | |
| ~Definitions () | |
| DefinitionsData * | getData () |
Definitions data collector. Collects Definitions and which files they're in.
Definition at line 20 of file definitions.h.
| clangmetatool::collectors::Definitions::Definitions | ( | clang::CompilerInstance * | ci, |
| clang::ast_matchers::MatchFinder * | f | ||
| ) |
Explicit constructor to allow for implementation details.
| clangmetatool::collectors::Definitions::~Definitions | ( | ) |
Explicit destructor.
| DefinitionsData* clangmetatool::collectors::Definitions::getData | ( | ) |
Get the pointer to the object containing the data; populated or not.
1.8.13