Searched refs:newProto (Results 1 – 2 of 2) sorted by relevance
71 TIntermFunctionPrototype *newProto = new TIntermFunctionPrototype(&newFunction); in visitFunctionDefinitionPre() local72 return new TIntermFunctionDefinition(newProto, node.getBody()); in visitFunctionDefinitionPre()
734 auto *const newProto = traverseAnyAs<TIntermFunctionPrototype>(*proto); in traverseFunctionDefinitionChildren() local735 GUARD(newProto); in traverseFunctionDefinitionChildren()739 if (newProto != proto || newBody != body) in traverseFunctionDefinitionChildren()741 return new TIntermFunctionDefinition(newProto, newBody); in traverseFunctionDefinitionChildren()