Home
last modified time | relevance | path

Searched refs:constructorNode (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DParseContext.cpp4197 TIntermAggregate *constructorNode = TIntermAggregate::CreateConstructor(type, &arguments); in addConstructor() local
4198 constructorNode->setLine(line); in addConstructor()
4200 return constructorNode->fold(mDiagnostics); in addConstructor()