Lines Matching defs:NewParentScope

324     unsigned NewParentScope = Scopes.size();
326 BuildScopeInformation(CS->getBody(), NewParentScope);
385 unsigned NewParentScope = Scopes.size();
389 BuildScopeInformation(IS->getCond(), NewParentScope);
392 NewParentScope = Scopes.size();
394 BuildScopeInformation(IS->getThen(), NewParentScope);
396 NewParentScope = Scopes.size();
398 BuildScopeInformation(Else, NewParentScope);
406 unsigned NewParentScope = Scopes.size();
412 BuildScopeInformation(TryBlock, NewParentScope);
418 unsigned NewParentScope = Scopes.size();
423 BuildScopeInformation(CS->getHandlerBlock(), NewParentScope);
431 unsigned NewParentScope = Scopes.size();
437 BuildScopeInformation(TryBlock, NewParentScope);
442 unsigned NewParentScope = Scopes.size();
447 BuildScopeInformation(Except->getBlock(), NewParentScope);
449 unsigned NewParentScope = Scopes.size();
454 BuildScopeInformation(Finally->getBlock(), NewParentScope);
478 unsigned NewParentScope = Scopes.size();
482 BuildScopeInformation(SE->getSubStmt(), NewParentScope);
492 unsigned NewParentScope = Scopes.size();
498 BuildScopeInformation(TryPart, NewParentScope);
503 unsigned NewParentScope = Scopes.size();
509 BuildScopeInformation(AC->getCatchBody(), NewParentScope);
514 unsigned NewParentScope = Scopes.size();
519 BuildScopeInformation(AF, NewParentScope);
535 unsigned NewParentScope = Scopes.size();
540 BuildScopeInformation(AS->getSynchBody(), NewParentScope);
549 unsigned NewParentScope = Scopes.size();
554 BuildScopeInformation(AS->getSubStmt(), NewParentScope);
610 unsigned NewParentScope = Scopes.size();
615 BuildScopeInformation(CC->getStructuredBlock(), NewParentScope);
622 unsigned NewParentScope = Scopes.size();
627 BuildScopeInformation(ED->getStructuredBlock(), NewParentScope);