Lines Matching refs:Ifndef
347 Sub == "ndef") { // "ifndef"
348 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
574 #ifndef NDEBUG
2097 /// HandleIfdefDirective - Implements the \#ifdef/\#ifndef directive. isIfndef
2098 /// is true when this is a \#ifndef directive. ReadAnyTokensBeforeDirective is
2100 /// \#ifndef has been lexed.
2120 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
2144 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD);
2175 // If this condition is equivalent to #ifndef X, and if this is the first