Searched refs:findPositionInParent (Results 1 – 2 of 2) sorted by relevance
150 int findPositionInParent(NodeId Id, bool Shifted = false) const;339 int SyntaxTree::Impl::findPositionInParent(NodeId Id, bool Shifted) const { in findPositionInParent() function in clang::diff::SyntaxTree::Impl935 T1.findPositionInParent(Id1, true) != in computeChangeKinds()936 T2.findPositionInParent(Id2, true)) { in computeChangeKinds()950 T1.findPositionInParent(Id1, true) != in computeChangeKinds()951 T2.findPositionInParent(Id2, true)) { in computeChangeKinds()989 int SyntaxTree::findPositionInParent(NodeId Id) const { in findPositionInParent() function in clang::diff::SyntaxTree990 return TreeImpl->findPositionInParent(Id); in findPositionInParent()
88 int findPositionInParent(NodeId Id) const;