Searched refs:acceptCompoundStatement (Results 1 – 2 of 2) sorted by relevance
115 bool acceptCompoundStatement(TIntermNode*&);
2679 if (! acceptCompoundStatement(functionBody)) in acceptFunctionBody()3386 bool HlslGrammar::acceptCompoundStatement(TIntermNode*& retStatement) in acceptCompoundStatement() function in glslang::HlslGrammar3429 bool result = acceptCompoundStatement(statement); in acceptScopedCompoundStatement()3686 bool statementOkay = acceptCompoundStatement(statement); in acceptSwitchStatement()