reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/Sema/JumpDiagnostics.cpp
   78   void BuildScopeInformation(Stmt *S, unsigned &origParentScope);

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  104   BuildScopeInformation(Body, BodyParentScope);
  235       BuildScopeInformation(Init, ParentScope);
  305     BuildScopeInformation(CS->getBody(), NewParentScope);
  329       BuildScopeInformation(Init, ParentScope);
  371     BuildScopeInformation(IS->getCond(), NewParentScope);
  376     BuildScopeInformation(IS->getThen(), NewParentScope);
  380       BuildScopeInformation(Else, NewParentScope);
  394         BuildScopeInformation(TryBlock, NewParentScope);
  405       BuildScopeInformation(CS->getHandlerBlock(), NewParentScope);
  419         BuildScopeInformation(TryBlock, NewParentScope);
  429       BuildScopeInformation(Except->getBlock(), NewParentScope);
  436       BuildScopeInformation(Finally->getBlock(), NewParentScope);
  465         BuildScopeInformation(TryPart, NewParentScope);
  477       BuildScopeInformation(AC->getCatchBody(), NewParentScope);
  487       BuildScopeInformation(AF, NewParentScope);
  499     BuildScopeInformation(AS->getSynchExpr(), ParentScope);
  508     BuildScopeInformation(AS->getSynchBody(), NewParentScope);
  522     BuildScopeInformation(AS->getSubStmt(), NewParentScope);
  596     BuildScopeInformation(SubStmt, ParentScope);