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