Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h116 NodeId getMapped(const SyntaxTree &SourceTree, NodeId Id) const;
/openbsd-src/gnu/llvm/clang/tools/clang-diff/
H A DClangDiff.cpp272 diff::NodeId TargetId = Diff.getMapped(Tree, Id); in printHtmlForNode()
/openbsd-src/gnu/llvm/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()