Home | History | Annotate | Download | only in Lex

Lines Matching refs:Ifndef

309           Sub == "ndef") {  // "ifndef"
310 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
1885 /// HandleIfdefDirective - Implements the #ifdef/#ifndef directive. isIfndef is
1886 /// true when this is a #ifndef directive. ReadAnyTokensBeforeDirective is true
1888 /// #ifndef has been lexed.
1908 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
1931 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok);
1962 // If this condition is equivalent to #ifndef X, and if this is the first