Searched refs:newScope (Results 1 – 3 of 3) sorted by relevance
46 private boolean newScope = false; field in DefaultDataContext66 if (newScope) { in pushVariableScope()70 newScope = true; in pushVariableScope()79 if (newScope) { in popVariableScope()81 newScope = false; in popVariableScope()119 if (head == null && !newScope) { in createLocalVariable()138 if (!newScope && head != null && name.equals(head.name)) { in createLocalVariable()149 if (newScope) { in createLocalVariable()151 newScope = false; in createLocalVariable()
275 LocalInstantiationScope *newScope = in cloneScopes() local278 newScope->Outer = 0; in cloneScopes()280 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()282 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()283 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()284 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()291 newScope->LocalDecls[D]; in cloneScopes()298 newScope->ArgumentPacks.push_back(NewPack); in cloneScopes()301 return newScope; in cloneScopes()
427 SkDisplayable* newScope; in enableDynamic() local429 &newScope); in enableDynamic()430 if (success && scope != newScope) { in enableDynamic()447 scope = (SkDrawable*) newScope; in enableDynamic()