Home | History | Annotate | Download | only in Lex

Lines Matching refs:Ifndef

402           Sub == "ndef") {  // "ifndef"
403 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
1556 #ifndef LLVM_ON_WIN32
2321 /// HandleIfdefDirective - Implements the \#ifdef/\#ifndef directive. isIfndef
2322 /// is true when this is a \#ifndef directive. ReadAnyTokensBeforeDirective is
2324 /// \#ifndef has been lexed.
2344 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
2368 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD);
2399 // If this condition is equivalent to #ifndef X, and if this is the first