|
clang-metatool
A framework for reusing code in clang tools
|
#include <clangmetatool/collectors/references.h>
Public Member Functions | |
| References (clang::CompilerInstance *ci, clang::ast_matchers::MatchFinder *f) | |
| ~References () | |
| ReferencesData * | getData () |
References data collector. Collects References of functions and variables with global storage.
Definition at line 21 of file references.h.
| clangmetatool::collectors::References::References | ( | clang::CompilerInstance * | ci, |
| clang::ast_matchers::MatchFinder * | f | ||
| ) |
Explicit constructor to allow for implementation details.
| clangmetatool::collectors::References::~References | ( | ) |
Explicit destructor.
| ReferencesData* clangmetatool::collectors::References::getData | ( | ) |
Get the pointer to the object containing the data; populated or not.
1.8.13