Searched defs:BuildScopeInformation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp74 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);
216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { function in class:JumpScopeChecker
229 BuildScopeInformation(Init, ParentScope);
233 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, function in class:JumpScopeChecker
269 /// BuildScopeInformation - The statements from CI to CE are known to form a
273 void JumpScopeChecker::BuildScopeInformation(Stmt *S, unsigned &origParentScope) { function in class:JumpScopeChecker
309 BuildScopeInformation(Va
[all...]

Completed in 80 milliseconds