Searched refs:declaration_scope (Results 1 – 3 of 3) sorted by relevance
421 VariableMode mode, Scope* declaration_scope,426 Scope* declaration_scope, bool* was_added,430 Scope* declaration_scope, bool* was_added, int var_begin_pos,
58 declaration_scope: bool: 1 bit;
1718 DeclarationScope* declaration_scope = AsDeclarationScope(); in IsSkippableFunctionScope() local1719 return !declaration_scope->is_arrow_scope() && in IsSkippableFunctionScope()1720 declaration_scope->preparse_data_builder() != nullptr; in IsSkippableFunctionScope()