Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h164 STRING_VALUE_FIRST, enumerator
165 Id = STRING_VALUE_FIRST,
184 return tgtok::STRING_VALUE_FIRST <= Kind && Kind <= STRING_VALUE_LAST; in isStringValue()