Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h92 OBJECT_START_FIRST, enumerator
93 Assert = OBJECT_START_FIRST,
181 return tgtok::OBJECT_START_FIRST <= Kind && Kind <= OBJECT_START_LAST; in isObjectStart()