Searched refs:Forest (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/ |
| H A D | Benchmark.cpp | 123 pseudo::ForestArena Forest; in glrParse() local 125 pseudo::glrParse(ParseParams{Stream, Forest, GSS}, StartSymbol, *Lang); in glrParse() 136 pseudo::ForestArena Forest; in full() local 138 pseudo::glrParse(ParseParams{Stream, Forest, GSS}, StartSymbol, *Lang); in full()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/ |
| H A D | GLR.cpp | 184 Params.Forest.createOpaque(Option->Symbol, RecoveryRange->Begin); in glrRecover() 516 SequenceNodes.push_back(&Params.Forest.createSequence( in pushNext() 522 : &Params.Forest.createAmbiguous(F.Symbol, SequenceNodes); in pushNext() 582 &Params.Forest.createSequence(Rule.Target, *RID, TempSequence); in popAndPushTrivial() 596 llvm::ArrayRef<ForestNode> Terminals = Params.Forest.createTerminals(Params.Code); in glrParse() 632 return Params.Forest.createOpaque(StartSymbol, /*Token::Index=*/0); in glrParse() 677 return Params.Forest.createOpaque(StartSymbol, /*Token::Index=*/0); in glrParse()
|
| H A D | CMakeLists.txt | 10 Forest.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/ |
| H A D | BUILD.gn | 14 "Forest.cpp",
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/quality/ |
| H A D | README.md | 1 # Decision Forest Code Completion Model 3 ## Decision Forest 47 ### Decision Forest
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTest.cpp | 54 for (auto &Forest : generateAllForests(Children.drop_back(ChildrenCount), in generateAllForests() local 56 Forest.push_back(LastParent); in generateAllForests() 57 AllForests.push_back(Forest); in generateAllForests()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/ |
| H A D | GLR.h | 121 ForestArena &Forest; // Storage for the output forest. member
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 570 struct Forest { struct in syntax::TreeBuilder 571 Forest(syntax::Arena &A, const syntax::TokenBuffer &TB) { in Forest() function 698 Forest Pending;
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CREDITS.TXT | 36 D: ET-Forest implementation.
|