9#include "clang/AST/Decl.h"
10#include "clang/AST/PrettyPrinter.h"
56 constexpr auto parse(format_parse_context& ctx) {
return ctx.begin(); }
57 template <
typename Context>
60 return fmt::format_to(ctx.out(),
"{}", p.
name);
Struct for the collection of all relevant data for a function parameter.
bool operator==(const Param &other) const
bool compare(const Param &other) const
bool compare_cvr(const Param &other) const
std::string template_name
static Param createFromParmVarDecl(const clang::ParmVarDecl *parm, clang::PrintingPolicy pp)
bool is_forwarding_reference