blob: 17837c8ba3d08bc3420d272c7a2213b94258e3fe (
plain) (
tree)
|
|
#ifndef MUTATOR_AUX_H
#define MUTATOR_AUX_H
#include <string>
#include "clang/AST/AST.h"
#include "clang/Rewrite/Core/Rewriter.h"
using namespace clang;
namespace Devi {
SourceLocation SourceLocationHasMacro (SourceLocation SL, Rewriter &Rewrite, std::string Kind);
}
#endif
|