Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
GetNeededInstantiations.hpp
Go to the documentation of this file.
1
#ifndef GET_NEEDED_INSTANTIATIONS_H_
2
#define GET_NEEDED_INSTANTIATIONS_H_
3
4
#include <vector>
5
6
#include "clang/ASTMatchers/ASTMatchFinder.h"
7
8
#include "
Injection.hpp
"
9
19
class
GetNeededInstantiations
:
public
clang::ast_matchers::MatchFinder::MatchCallback
20
{
21
public
:
26
std::vector<Injection>*
toDoList
;
27
virtual
void
run
(
const
clang::ast_matchers::MatchFinder::MatchResult& Result)
override
;
28
};
29
30
#endif
Injection.hpp
GetNeededInstantiations
MatchCallback for template instantiation detections.
Definition
GetNeededInstantiations.hpp:20
GetNeededInstantiations::toDoList
std::vector< Injection > * toDoList
Definition
GetNeededInstantiations.hpp:26
GetNeededInstantiations::run
virtual void run(const clang::ast_matchers::MatchFinder::MatchResult &Result) override
Definition
GetNeededInstantiations.cpp:11
include
Callbacks
GetNeededInstantiations.hpp
Generated on Wed Sep 4 2024 15:31:12 for Instantiator by
1.10.0