Home
last modified time | relevance | path

Searched refs:NewParentScope (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp335 unsigned NewParentScope = Scopes.size(); in BuildScopeInformation() local
339 BuildScopeInformation(IS->getCond(), NewParentScope); in BuildScopeInformation()
342 NewParentScope = Scopes.size(); in BuildScopeInformation()
346 BuildScopeInformation(IS->getThen(), NewParentScope); in BuildScopeInformation()
348 NewParentScope = Scopes.size(); in BuildScopeInformation()
352 BuildScopeInformation(Else, NewParentScope); in BuildScopeInformation()
360 unsigned NewParentScope = Scopes.size(); in BuildScopeInformation() local
366 BuildScopeInformation(TryBlock, NewParentScope); in BuildScopeInformation()
372 unsigned NewParentScope = Scopes.size(); in BuildScopeInformation() local
377 BuildScopeInformation(CS->getHandlerBlock(), NewParentScope); in BuildScopeInformation()
[all …]