Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp116 &Arena.createAmbiguous(symbol("type"), {Alternative1, Alternative2}); in TEST_F()
143 const auto *A = &Arena.createAmbiguous(symbol("A"), {A1, A2}); in TEST_F()
165 const auto *Z = &Arena.createAmbiguous(2, {X, Y}); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DForest.h161 ForestNode &createAmbiguous(SymbolID SID, in createAmbiguous() function
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DGLR.cpp522 : &Params.Forest.createAmbiguous(F.Symbol, SequenceNodes); in pushNext()