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

Method ForEachArg

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

Source from the content-addressed store, hash-verified

308 const CastKind& castKind);
309
310 void ForEachArg(const auto& arguments, auto&& lambda) { mOutputFormatHelper.ForEachArg(arguments, lambda); }
311
312 void InsertArgWithParensIfNeeded(const Stmt* stmt);
313 void InsertSuffix(const QualType& type);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected