Searched refs:findPositionInParent (Results 1 – 2 of 2) sorted by relevance
149 int findPositionInParent(NodeId Id, bool Shifted = false) const;338 int SyntaxTree::Impl::findPositionInParent(NodeId Id, bool Shifted) const { in findPositionInParent() function in clang::diff::SyntaxTree::Impl934 T1.findPositionInParent(Id1, true) != in computeChangeKinds()935 T2.findPositionInParent(Id2, true)) { in computeChangeKinds()949 T1.findPositionInParent(Id1, true) != in computeChangeKinds()950 T2.findPositionInParent(Id2, true)) { in computeChangeKinds()988 int SyntaxTree::findPositionInParent(NodeId Id) const { in findPositionInParent() function in clang::diff::SyntaxTree989 return TreeImpl->findPositionInParent(Id); in findPositionInParent()
75 int findPositionInParent(NodeId Id) const;