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

Method InsertDecompositionBindings

CodeGenerator.cpp:5295–5300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5293//-----------------------------------------------------------------------------
5294
5295void StructuredBindingsCodeGenerator::InsertDecompositionBindings(const DecompositionDecl& decompositionDeclStmt)
5296{
5297 for(const auto* bindingDecl : decompositionDeclStmt.bindings()) {
5298 InsertArg(bindingDecl);
5299 }
5300}
5301//-----------------------------------------------------------------------------
5302
5303void StructuredBindingsCodeGenerator::InsertArg(const DeclRefExpr* stmt)

Callers 1

InsertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected