Home | History | Annotate | Download | only in Lex

Lines Matching refs:Ifndef

301           Sub == "ndef") {  // "ifndef"
302 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
1724 /// HandleIfdefDirective - Implements the #ifdef/#ifndef directive. isIfndef is
1725 /// true when this is a #ifndef directive. ReadAnyTokensBeforeDirective is true
1727 /// #ifndef has been lexed.
1747 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
1783 Callbacks->Ifndef(MacroNameTok);
1801 // If this condition is equivalent to #ifndef X, and if this is the first