Home | History | Annotate | Download | only in Lex

Lines Matching refs:HandleIfdefDirective

836       return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
838 return HandleIfdefDirective(Result, true, ReadAnyTokensBeforeDirective);
2377 /// HandleIfdefDirective - Implements the \#ifdef/\#ifndef directive. isIfndef
2382 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef,