Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRTable.h221 unsigned KeyWord = Key / WordBits; in get() local
222 if ((HasValue[KeyWord] & KeyMask) == 0) in get()
227 llvm::countPopulation(HasValue[KeyWord] & BelowKeyMask); in get()
229 return Values[Checkpoints[KeyWord] + CountSinceCheckpoint]; in get()