• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:BuildScopeInformation

75   void BuildScopeInformation(Decl *D, unsigned &ParentScope);
76 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
78 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope);
79 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
105 BuildScopeInformation(Body, BodyParentScope);
223 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) {
236 BuildScopeInformation(Init, ParentScope);
240 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
282 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE,
290 /// BuildScopeInformation - The statements from CI to CE are known to form a
294 void JumpScopeChecker::BuildScopeInformation(Stmt *S,
316 BuildScopeInformation(CS->getBody(), NewParentScope);
340 BuildScopeInformation(Init, ParentScope);
344 BuildScopeInformation(Var, ParentScope);
377 BuildScopeInformation(Var, ParentScope);
382 BuildScopeInformation(IS->getCond(), NewParentScope);
387 BuildScopeInformation(IS->getThen(), NewParentScope);
391 BuildScopeInformation(Else, NewParentScope);
405 BuildScopeInformation(TryBlock, NewParentScope);
416 BuildScopeInformation(CS->getHandlerBlock(), NewParentScope);
430 BuildScopeInformation(TryBlock, NewParentScope);
440 BuildScopeInformation(Except->getBlock(), NewParentScope);
447 BuildScopeInformation(Finally->getBlock(), NewParentScope);
460 BuildScopeInformation(I, origParentScope);
476 BuildScopeInformation(TryPart, NewParentScope);
488 BuildScopeInformation(AC->getCatchBody(), NewParentScope);
498 BuildScopeInformation(AF, NewParentScope);
510 BuildScopeInformation(AS->getSynchExpr(), ParentScope);
519 BuildScopeInformation(AS->getSynchBody(), NewParentScope);
533 BuildScopeInformation(AS->getSubStmt(), NewParentScope);
546 BuildScopeInformation(variable, BDecl, origParentScope);
549 BuildScopeInformation(CLE, origParentScope);
611 BuildScopeInformation(SubStmt, ParentScope);