Searched defs:getAsSwitchNode (Results 1 – 3 of 3) sorted by relevance
103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function951 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
1143 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function1156 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function1792 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1793 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
1139 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function1152 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function1788 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1789 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function