Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.cpp745 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor() local
747 if (IfdefEntry.Kind != tgtok::Ifdef) { in lexPreprocessor()
749 return ReturnError(IfdefEntry.SrcPos, "Previous #else is here"); in lexPreprocessor()
756 {Kind, !IfdefEntry.IsDefined, SMLoc::getFromPointer(TokStart)}); in lexPreprocessor()