Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h116 NodeId getMapped(const SyntaxTree &SourceTree, NodeId Id) const;
/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp72 NodeId getMapped(const std::unique_ptr<SyntaxTree::Impl> &Tree, in getMapped() function in clang::diff::ASTDiff::Impl
965 NodeId ASTDiff::getMapped(const SyntaxTree &SourceTree, NodeId Id) const { in getMapped() function in clang::diff::ASTDiff
966 return DiffImpl->getMapped(SourceTree.TreeImpl, Id); in getMapped()