Searched refs:acceptArguments (Results 1 – 2 of 2) sorted by relevance
112 bool acceptArguments(TFunction*, TIntermTyped*&);
3217 if (! acceptArguments(constructorFunction, arguments)) { in acceptConstructor()3269 if (! acceptArguments(function, arguments)) in acceptFunctionCall()3284 bool HlslGrammar::acceptArguments(TFunction* function, TIntermTyped*& arguments) in acceptArguments() function in glslang::HlslGrammar