Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DTreeScope.cpp67 void TreeScope::setParentTreeScope(TreeScope* newParentScope) in setParentTreeScope() argument
73 ASSERT(newParentScope); in setParentTreeScope()
75 m_parentTreeScope = newParentScope; in setParentTreeScope()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp369 unsigned newParentScope; in BuildScopeInformation() local
376 BuildScopeInformation(TryPart, (newParentScope = Scopes.size()-1)); in BuildScopeInformation()
387 (newParentScope = Scopes.size()-1)); in BuildScopeInformation()
396 BuildScopeInformation(AF, (newParentScope = Scopes.size()-1)); in BuildScopeInformation()
402 unsigned newParentScope; in BuildScopeInformation() local
417 (newParentScope = Scopes.size()-1)); in BuildScopeInformation()
429 BuildScopeInformation(TryBlock, (newParentScope = Scopes.size()-1)); in BuildScopeInformation()
439 (newParentScope = Scopes.size()-1)); in BuildScopeInformation()
453 BuildScopeInformation(AS->getSubStmt(), (newParentScope = Scopes.size()-1)); in BuildScopeInformation()