MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / InsertTemplateArg

Method InsertTemplateArg

CodeGenerator.h:315–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 void InsertSuffix(const QualType& type);
314
315 void InsertTemplateArg(const TemplateArgumentLoc& arg) { InsertTemplateArg(arg.getArgument()); }
316 bool InsertLambdaStaticInvoker(const CXXMethodDecl* cxxMethodDecl);
317
318 STRONG_BOOL(InsertInline);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected