Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DLRTableTest.cpp69 EXPECT_TRUE(T.canFollow(Term, Plus)); in TEST()
70 EXPECT_TRUE(T.canFollow(Term, Eof)); in TEST()
71 EXPECT_FALSE(T.canFollow(Term, Int)); in TEST()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRTable.cpp49 if (canFollow(Target, TokID)) in dumpForTests()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRTable.h105 bool canFollow(SymbolID Nonterminal, SymbolID Terminal) const { in canFollow() function
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DGLR.cpp474 if (Lang.Table.canFollow(Rule.Target, Lookahead)) in popPending()
569 if (!Lang.Table.canFollow(Rule.Target, Lookahead)) in popAndPushTrivial()