Searched defs:getAsSwitchNode (Results 1 – 3 of 3) sorted by relevance
103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function948 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
1091 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1104 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1735 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1736 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function