Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGLexer.cpp833 tgtok::TokKind ProcessedKind = lexPreprocessor(Kind, false); in prepSkipRegion() local
838 if (ProcessedKind == tgtok::Error) in prepSkipRegion()
841 if (Kind != ProcessedKind) in prepSkipRegion()