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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 319 unsigned newParentScope;
325 BuildScopeInformation(TryBlock, (newParentScope = Scopes.size()-1));
335 (newParentScope = Scopes.size()-1));
383 unsigned newParentScope;
390 BuildScopeInformation(TryPart, (newParentScope = Scopes.size()-1));
401 (newParentScope = Scopes.size()-1));
410 BuildScopeInformation(AF, (newParentScope = Scopes.size()-1));
416 unsigned newParentScope;
431 (newParentScope = Scopes.size()-1));
443 BuildScopeInformation(AS->getSubStmt(), (newParentScope = Scopes.size()-1))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 135 void TreeScope::setParentTreeScope(TreeScope& newParentScope)
141 newParentScope.guardRef();
145 m_parentTreeScope = &newParentScope;
146 setDocument(newParentScope.document());

Completed in 120 milliseconds