Home
last modified time | relevance | path

Searched defs:Forest (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/quality/
H A DREADME.md51 #### IfGreaterNode
61 #### IfMemberNode
71 #### LeafNode
/llvm-project/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp570 struct Forest { struct in syntax::TreeBuilder
571 Forest(syntax::Arena &A, const syntax::TokenBuffer &TB) { in Forest() function
585 void assignRole(ArrayRef<syntax::Token> Range, syntax::NodeRole Role) { in assignRole()
600 ArrayRef<syntax::Token> shrinkToFitList(ArrayRef<syntax::Token> Range) { in shrinkToFitList()
628 void foldChildren(const syntax::TokenBuffer &TB, in foldChildren()
661 syntax::Node *finalize() && { in finalize()
668 std::string str(const syntax::TokenBufferTokenManager &STM) const { in str()
688 std::map<const syntax::Token *, syntax::Node *> Trees;
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DGLR.h
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp54 for (auto &Forest : generateAllForests(Children.drop_back(ChildrenCount), in generateAllForests() local