Searched refs:getAsSwitchNode (Results 1 – 3 of 3) sorted by relevance
180 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
1030 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1043 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1615 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1616 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function