Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp785 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back().back(); in lexPreprocessor() local
787 if (IfdefEntry.Kind != tgtok::Ifdef) { in lexPreprocessor()
789 return ReturnError(IfdefEntry.SrcPos, "previous #else is here"); in lexPreprocessor()
794 PrepIncludeStack.back().back() = {Kind, !IfdefEntry.IsDefined, in lexPreprocessor()