Searched refs:newParentScope (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp342 unsigned newParentScope; local
348 BuildScopeInformation(TryBlock, (newParentScope = Scopes.size()-1));
358 (newParentScope = Scopes.size()-1));
407 unsigned newParentScope; local
414 BuildScopeInformation(TryPart, (newParentScope = Scopes.size()-1));
425 (newParentScope = Scopes.size()-1));
434 BuildScopeInformation(AF, (newParentScope = Scopes.size()-1));
440 unsigned newParentScope; local
455 (newParentScope = Scopes.size()-1));
467 BuildScopeInformation(AS->getSubStmt(), (newParentScope
[all...]

Completed in 32 milliseconds