Instantiator
Generate c++ template instantiations
|
#include "Parsing.hpp"
#include "spdlog/spdlog.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/TemplateName.h"
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
std::vector< std::string > | internal::parseTemplateArgs (const clang::TemplateArgumentList *TAL, clang::PrintingPolicy pp) |
std::vector< Param > | internal::parseFunctionArgs (std::vector< clang::ParmVarDecl * > Args, clang::PrintingPolicy pp) |