Searched refs:acceptSwitchStatement (Results 1 – 2 of 2) sorted by relevance
122 bool acceptSwitchStatement(TIntermNode*&, const TAttributes&);
3465 return acceptSwitchStatement(statement, attributes); in acceptStatement()3666 bool HlslGrammar::acceptSwitchStatement(TIntermNode*& statement, const TAttributes& attributes) in acceptSwitchStatement() function in glslang::HlslGrammar