Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp123 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 DGLR.cpp184 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 DCMakeLists.txt10 Forest.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/
H A DBUILD.gn14 "Forest.cpp",
/llvm-project-15.0.7/clang-tools-extra/clangd/quality/
H A DREADME.md1 # Decision Forest Code Completion Model
3 ## Decision Forest
47 ### Decision Forest
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp54 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 DGLR.h121 ForestArena &Forest; // Storage for the output forest. member
/llvm-project-15.0.7/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
698 Forest Pending;
/llvm-project-15.0.7/llvm/
H A DCREDITS.TXT36 D: ET-Forest implementation.