Lines Matching defs:BuildScopeInformation
82 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
83 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
85 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope);
86 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
114 BuildScopeInformation(Body, BodyParentScope);
233 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) {
246 BuildScopeInformation(Init, ParentScope);
250 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE,
300 /// BuildScopeInformation - The statements from CI to CE are known to form a
304 void JumpScopeChecker::BuildScopeInformation(Stmt *S,
326 BuildScopeInformation(CS->getBody(), NewParentScope);
347 BuildScopeInformation(Init, ParentScope);
351 BuildScopeInformation(Var, ParentScope);
382 BuildScopeInformation(Var, ParentScope);
389 BuildScopeInformation(IS->getCond(), NewParentScope);
394 BuildScopeInformation(IS->getThen(), NewParentScope);
398 BuildScopeInformation(Else, NewParentScope);
412 BuildScopeInformation(TryBlock, NewParentScope);
423 BuildScopeInformation(CS->getHandlerBlock(), NewParentScope);
437 BuildScopeInformation(TryBlock, NewParentScope);
447 BuildScopeInformation(Except->getBlock(), NewParentScope);
454 BuildScopeInformation(Finally->getBlock(), NewParentScope);
467 BuildScopeInformation(I, origParentScope);
482 BuildScopeInformation(SE->getSubStmt(), NewParentScope);
498 BuildScopeInformation(TryPart, NewParentScope);
509 BuildScopeInformation(AC->getCatchBody(), NewParentScope);
519 BuildScopeInformation(AF, NewParentScope);
531 BuildScopeInformation(AS->getSynchExpr(), ParentScope);
540 BuildScopeInformation(AS->getSynchBody(), NewParentScope);
554 BuildScopeInformation(AS->getSubStmt(), NewParentScope);
567 BuildScopeInformation(variable, BDecl, origParentScope);
570 BuildScopeInformation(CLE, origParentScope);
615 BuildScopeInformation(CC->getStructuredBlock(), NewParentScope);
625 BuildScopeInformation(CC->getLoop(), NewParentScope);
637 BuildScopeInformation(ED->getStructuredBlock(), NewParentScope);
669 BuildScopeInformation(SubStmt, ParentScope);