Searched defs:getAsSwitchNode (Results 1 – 3 of 3) sorted by relevance
103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function954 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
1004 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function1017 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function1654 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1655 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
1157 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function1170 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function1785 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1786 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function