Searched refs:getAsSwitchNode (Results 1 – 12 of 12) sorted by relevance
60 if (grandparent && grandparent->getAsSwitchNode()) in visitDeclarationPre()
367 return visitSwitchPre(*originalNode.getAsSwitchNode()); in traversePre()430 return traverseSwitchChildren(*currNode.getAsSwitchNode()); in traverseChildren()498 return visitSwitchPost(*currNode.getAsSwitchNode()); in traversePost()
2091 if (node.getAsSwitchNode()) in RequiresSemicolonTerminator()
126 return node ? node->getAsSwitchNode() : nullptr;
1090 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1103 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1733 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1734 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
1086 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1099 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1710 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1711 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
196 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function
198 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function935 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
41 else if (node->getAsSwitchNode()) in isSingleStatement()
2134 statement->getAsSwitchNode() == nullptr && in visitBlock()