Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h579 void setEndLine(const TSourceLoc& line) { endLine = line; } in setEndLine() function
Dglslang.y1417 $3->setEndLine(@5);
1441 $2->setEndLine(@3);
Dglslang_tab.cpp4486 (yyvsp[-2].interm.intermAggregate)->setEndLine((yylsp[0])); in yyparse()
4542 (yyvsp[-1].interm.intermAggregate)->setEndLine((yylsp[0])); in yyparse()
DParseHelper.cpp1942 aggregate->setEndLine(functionBody->getAsAggregate()->getEndLine()); in addFunctionDefinition()