Searched refs:getMapped (Results 1 – 2 of 2) sorted by relevance
57 NodeId getMapped(const SyntaxTree &SourceTree, NodeId Id) const;
71 NodeId getMapped(const std::unique_ptr<SyntaxTree::Impl> &Tree, in getMapped() function in clang::diff::ASTDiff::Impl966 NodeId ASTDiff::getMapped(const SyntaxTree &SourceTree, NodeId Id) const { in getMapped() function in clang::diff::ASTDiff967 return DiffImpl->getMapped(SourceTree.TreeImpl, Id); in getMapped()