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 368 unsigned newParentScope;
375 BuildScopeInformation(TryPart, (newParentScope = Scopes.size()-1));
386 (newParentScope = Scopes.size()-1));
395 BuildScopeInformation(AF, (newParentScope = Scopes.size()-1));
401 unsigned newParentScope;
416 (newParentScope = Scopes.size()-1));
428 BuildScopeInformation(TryBlock, (newParentScope = Scopes.size()-1));
438 (newParentScope = Scopes.size()-1));
452 BuildScopeInformation(AS->getSubStmt(), (newParentScope = Scopes.size()-1));

Completed in 5075 milliseconds