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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp130 void TreeScope::setParentTreeScope(TreeScope* newParentScope) argument
135 ASSERT(newParentScope);
137 newParentScope->guardRef();
140 m_parentTreeScope = newParentScope;
141 setDocumentScope(newParentScope->documentScope());
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp342 unsigned newParentScope; local
348 BuildScopeInformation(TryBlock, (newParentScope = Scopes.size()-1));
358 (newParentScope = Scopes.size()-1));
407 unsigned newParentScope; local
414 BuildScopeInformation(TryPart, (newParentScope = Scopes.size()-1));
425 (newParentScope = Scopes.size()-1));
434 BuildScopeInformation(AF, (newParentScope = Scopes.size()-1));
440 unsigned newParentScope; local
455 (newParentScope = Scopes.size()-1));
467 BuildScopeInformation(AS->getSubStmt(), (newParentScope
[all...]

Completed in 95 milliseconds