Home
last modified time | relevance | path

Searched refs:findPositionInParent (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp149 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::Impl
934 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::SyntaxTree
989 return TreeImpl->findPositionInParent(Id); in findPositionInParent()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h75 int findPositionInParent(NodeId Id) const;