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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 131 void TreeScope::setParentTreeScope(TreeScope* newParentScope)
136 ASSERT(newParentScope);
138 newParentScope->guardRef();
141 m_parentTreeScope = newParentScope;
142 setDocumentScope(newParentScope->documentScope());
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 342 unsigned newParentScope;
348 BuildScopeInformation(TryBlock, (newParentScope = Scopes.size()-1));
358 (newParentScope = Scopes.size()-1));
407 unsigned newParentScope;
414 BuildScopeInformation(TryPart, (newParentScope = Scopes.size()-1));
425 (newParentScope = Scopes.size()-1));
434 BuildScopeInformation(AF, (newParentScope = Scopes.size()-1));
440 unsigned newParentScope;
455 (newParentScope = Scopes.size()-1));
467 BuildScopeInformation(AS->getSubStmt(), (newParentScope = Scopes.size()-1))
    [all...]

Completed in 172 milliseconds