Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp887 tgtok::TokKind ProcessedKind = lexPreprocessor(Kind, false); in prepSkipRegion() local
892 if (ProcessedKind == tgtok::Error) in prepSkipRegion()
895 assert(Kind == ProcessedKind && "prepIsDirective() and lexPreprocessor() " in prepSkipRegion()