Home | History | Annotate | Download | only in Lex

Lines Matching refs:Ifndef

315           Sub == "ndef") {  // "ifndef"
316 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
2015 /// HandleIfdefDirective - Implements the \#ifdef/\#ifndef directive. isIfndef
2016 /// is true when this is a \#ifndef directive. ReadAnyTokensBeforeDirective is
2018 /// \#ifndef has been lexed.
2038 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
2062 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD);
2093 // If this condition is equivalent to #ifndef X, and if this is the first