Home
last modified time | relevance | path

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

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