Instantiator
Generate c++ template instantiations
|
#include "Callbacks/InjectInstantiation.hpp"
#include <filesystem>
#include <iostream>
#include "spdlog/spdlog.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/TemplateName.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Rewrite/Core/Rewriter.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/StringRef.h"
#include "Injection.hpp"
#include "Template.hpp"