Home
last modified time | relevance | path

Searched refs:SourceTree (Results 1 – 2 of 2) 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/lib/Tooling/ASTDiff/
H A DASTDiff.cpp965 NodeId ASTDiff::getMapped(const SyntaxTree &SourceTree, NodeId Id) const { in getMapped() argument
966 return DiffImpl->getMapped(SourceTree.TreeImpl, Id); in getMapped()