Searched defs:PreParserFormalParameters (Results 1 – 1 of 1) sorted by relevance
571 struct PreParserFormalParameters : FormalParametersBase { struct572 explicit PreParserFormalParameters(Scope* scope) in PreParserFormalParameters() argument574 int arity = 0;576 int Arity() const { return arity; } in Arity()577 PreParserIdentifier at(int i) { return PreParserIdentifier(); } // Dummy in at()