HomeSort by relevance Sort by last modified time
    Searched refs:newParentScope (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
TreeScope.cpp 67 void TreeScope::setParentTreeScope(TreeScope* newParentScope)
73 ASSERT(newParentScope);
75 m_parentTreeScope = newParentScope;
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 369 unsigned newParentScope;
376 BuildScopeInformation(TryPart, (newParentScope = Scopes.size()-1));
387 (newParentScope = Scopes.size()-1));
396 BuildScopeInformation(AF, (newParentScope = Scopes.size()-1));
402 unsigned newParentScope;
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 1643 milliseconds