Searched refs:treeScopesB (Results 1 – 1 of 1) sorted by relevance
482 Vector<TreeScope*, 5> treeScopesB; in commonTreeScope() local483 listTreeScopes(nodeB, treeScopesB); in commonTreeScope()486 size_t indexB = treeScopesB.size(); in commonTreeScope()488 …for (; indexA > 0 && indexB > 0 && treeScopesA[indexA - 1] == treeScopesB[indexB - 1]; --indexA, -… in commonTreeScope()490 return treeScopesA[indexA] == treeScopesB[indexB] ? treeScopesA[indexA] : 0; in commonTreeScope()