Searched refs:pushSwitchSequence (Results 1 – 2 of 2) sorted by relevance
186 void pushSwitchSequence(TIntermSequence* sequence) { switchSequenceStack.push_back(sequence); } in pushSwitchSequence() function
3683 parseContext.pushSwitchSequence(new TIntermSequence); in acceptSwitchStatement()