Home | History | Annotate | Download | only in hlsl

Lines Matching refs:getAsAggregate

359         node->getAsAggregate()->setOperator(EOpSequence);
1388 node->getAsAggregate()->setName(functionDeclarator->getMangledName().c_str());
2152 statement = parseContext.addSwitch(loc, switchExpression, statement ? statement->getAsAggregate() : nullptr);