Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp825 tgtok::TokKind ProcessedKind = lexPreprocessor(Kind, false); in prepSkipRegion() local
830 if (ProcessedKind == tgtok::Error) in prepSkipRegion()
833 if (Kind != ProcessedKind) in prepSkipRegion()