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::Impl937 T1.findPositionInParent(Id1, true) != in computeChangeKinds()938 T2.findPositionInParent(Id2, true)) { in computeChangeKinds()952 T1.findPositionInParent(Id1, true) != in computeChangeKinds()953 T2.findPositionInParent(Id2, true)) { in computeChangeKinds()991 int SyntaxTree::findPositionInParent(NodeId Id) const { in findPositionInParent() function in clang::diff::SyntaxTree992 return TreeImpl->findPositionInParent(Id); in findPositionInParent()
89 int findPositionInParent(NodeId Id) const;