Home
last modified time | relevance | path

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

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