MCPcopy Create free account
hub / github.com/alecazam/kram / VisitRoot

Method VisitRoot

hlslparser/src/HLSLTree.cpp:607–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void HLSLTreeVisitor::VisitRoot(HLSLRoot *root)
608{
609 HLSLStatement *statement = root->statement;
610 while (statement != NULL) {
611 VisitTopLevelStatement(statement);
612 statement = statement->nextStatement;
613 }
614}
615
616void HLSLTreeVisitor::VisitTopLevelStatement(HLSLStatement *node)
617{

Callers 2

NeedsFunctionMethod · 0.80
PruneTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected