Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h61 : TreeImpl(std::make_unique<Impl>(this, Node, AST)) {} in SyntaxTree()
87 std::unique_ptr<Impl> TreeImpl; variable