Searched refs:top_context (Results 1 – 2 of 2) sorted by relevance
271 top_context = self._context272 top_context.end_token = self._token273 self._context = top_context.parent275 return top_context
550 ContextScope top_context(this, scope, inner_context); in CreateGraph() local