Searched refs:num_decl (Results 1 – 3 of 3) sorted by relevance
512 VariableDeclarationContext var_context, int* num_decl, bool* is_lexical, in ParseVariableDeclarations() argument629 if (num_decl != nullptr) *num_decl = nvars; in ParseVariableDeclarations()
1040 int* num_decl, bool* is_lexical,
3562 int num_decl = parsing_result.declarations.length(); in ParseForStatement() local3563 bool accept_IN = num_decl >= 1; in ParseForStatement()3570 if (num_decl != 1) { in ParseForStatement()