Home | History | Annotate | Download | only in Lex

Lines Matching refs:HandleIfdefDirective

636       return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
638 return HandleIfdefDirective(Result, true, ReadAnyTokensBeforeDirective);
1885 /// HandleIfdefDirective - Implements the #ifdef/#ifndef directive. isIfndef is
1890 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef,