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);
213 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { function in class:JumpScopeChecker
226 BuildScopeInformation(Init, ParentScope);
230 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, function in class:JumpScopeChecker
266 /// BuildScopeInformation - The statements from CI to CE are known to form a
270 void JumpScopeChecker::BuildScopeInformation(Stmt *S, unsigned &origParentScope) { function in class:JumpScopeChecker
306 BuildScopeInformation(Va
[all...]

Completed in 332 milliseconds