Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
DeleteInstantiations.hpp
Go to the documentation of this file.
1
#ifndef DELETE_INSTANTIATIONS_H_
2
#define DELETE_INSTANTIATIONS_H_
3
4
#include "clang/ASTMatchers/ASTMatchFinder.h"
5
6
// forward declaration
7
namespace
clang
{
8
class
Rewriter;
9
}
10
32
class
DeleteInstantiations
:
public
clang::ast_matchers::MatchFinder::MatchCallback
33
{
34
public
:
36
clang::Rewriter*
rewriter
;
37
virtual
void
run
(
const
clang::ast_matchers::MatchFinder::MatchResult& Result)
override
;
38
};
39
40
#endif
DeleteInstantiations
MatchCallback for template instantiation deletions.
Definition
DeleteInstantiations.hpp:33
DeleteInstantiations::rewriter
clang::Rewriter * rewriter
Definition
DeleteInstantiations.hpp:36
DeleteInstantiations::run
virtual void run(const clang::ast_matchers::MatchFinder::MatchResult &Result) override
Definition
DeleteInstantiations.cpp:93
clang
Definition
AllASTBuilderAction.hpp:14
include
Callbacks
DeleteInstantiations.hpp
Generated on Wed Sep 4 2024 15:31:12 for Instantiator by
1.10.0