Searched refs:is_declaration_scope (Results 1 – 2 of 2) sorted by relevance
316 if (is_declaration_scope()) { in Initialize()563 } while (!previous->is_declaration_scope()); in CheckConflictingVarDeclarations()697 if (scope->is_declaration_scope() && scope->num_heap_slots() > 0) { in HasLazyCompilableOuterContext()739 while (!scope->is_declaration_scope()) { in DeclarationScope()
271 bool is_declaration_scope() const { in is_declaration_scope() function