Home | History | Annotate | Download | only in hlsl

Lines Matching refs:unitNode

129     if (! acceptDeclarationList(unitNode))
136 if (unitNode && !unitNode->getAsAggregate())
137 unitNode = intermediate.growAggregate(nullptr, unitNode);
138 intermediate.setTreeRoot(unitNode);
509 unitNode = intermediate.growAggregate(unitNode, initializers, idToken.loc);