Lines Matching refs:constructStruct
1111 // for only one parameter inside the structure, we need to call constructStruct function once.
1113 newNode = constructStruct(node, &elementType, 1, node->getLine(), false);
1115 newNode = constructStruct(node, (*memberTypes).type, 1, node->getLine(), false);
1144 newNode = constructStruct(*p, &elementType, paramCount+1, node->getLine(), true);
1146 newNode = constructStruct(*p, (memberTypes[paramCount]).type, paramCount+1, node->getLine(), true);
1254 TIntermTyped* TParseContext::constructStruct(TIntermNode* node, TType* type, int paramCount, TSourceLoc line, bool subset)