summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/interface/cpp_conversion.h
blob: 6fd09c5b876f48a07a1b2005a351805592d8d860 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "generator.h"

class cpp_conversion_generator : public generator {
public:
	cpp_conversion_generator(SourceManager &SM,
		set<RecordDecl *> &exported_types,
		set<FunctionDecl *> exported_functions,
		set<FunctionDecl *> functions) :
		generator(SM, exported_types, exported_functions, functions) {}
	virtual void generate();
};
OpenPOWER on IntegriCloud