Searched refs:BuildScopeInformation (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 74 void BuildScopeInformation(Decl *D, unsigned &ParentScope); 75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, 77 void BuildScopeInformation(Stmt *S, unsigned &origParentScope); 103 BuildScopeInformation(Body, BodyParentScope); in JumpScopeChecker() 213 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() function in JumpScopeChecker 226 BuildScopeInformation(Init, ParentScope); in BuildScopeInformation() 230 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation() function in JumpScopeChecker 270 void JumpScopeChecker::BuildScopeInformation(Stmt *S, unsigned &origParentScope) { in BuildScopeInformation() function in JumpScopeChecker 306 BuildScopeInformation(Var, ParentScope); in BuildScopeInformation() 326 BuildScopeInformation(TryBlock, (newParentScope = Scopes.size()-1)); in BuildScopeInformation() [all …]
|