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

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

Completed in 341 milliseconds