Home
last modified time | relevance | path

Searched refs:RecoveryOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRTableBuild.cpp77 Table.RecoveryOffset = std::vector<uint32_t>(NumStates + 1, 0); in build()
80 Table.RecoveryOffset[State] = SortedIndex; in build()
85 Table.RecoveryOffset[NumStates] = SortedIndex; in build()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRTable.h114 return llvm::makeArrayRef(Recoveries.data() + RecoveryOffset[State], in getRecovery()
115 Recoveries.data() + RecoveryOffset[State + 1]); in getRecovery()
269 std::vector<uint32_t> RecoveryOffset; variable