Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h94 OBJECT_START_FIRST, enumerator
95 Assert = OBJECT_START_FIRST,
179 return tgtok::OBJECT_START_FIRST <= Kind && Kind <= OBJECT_START_LAST; in isObjectStart()