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.cpp876 tgtok::TokKind ProcessedKind = lexPreprocessor(Kind, false); in prepSkipRegion() local
881 if (ProcessedKind == tgtok::Error) in prepSkipRegion()
884 if (Kind != ProcessedKind) in prepSkipRegion()