Home | History | Annotate | Download | only in hlsl

Lines Matching refs:getAsAggregate

136     if (unitNode && !unitNode->getAsAggregate())
2567 for (int i = 0; i < int(node->getAsAggregate()->getSequence().size()); i++)
2568 parseContext.handleFunctionArgument(constructor, arguments, node->getAsAggregate()->getSequence()[i]->getAsTyped());
2583 node = intermediate.fold(node->getAsAggregate());
3690 statement = parseContext.addSwitch(loc, switchExpression, statement ? statement->getAsAggregate() : nullptr,