Home | History | Annotate | Download | only in Lex

Lines Matching refs:MIOpt

573   bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
636 return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
1915 // inform MIOpt that this might be the start of a proper include guard.
1920 CurPPLexer->MIOpt.EnterTopLevelIFNDEF(MII);
1922 CurPPLexer->MIOpt.EnterTopLevelConditional();
1966 CurPPLexer->MIOpt.EnterTopLevelIFNDEF(IfNDefMacro);
1968 CurPPLexer->MIOpt.EnterTopLevelConditional();
2002 // If this the end of a top-level #endif, inform MIOpt.
2004 CurPPLexer->MIOpt.ExitTopLevelConditional();
2027 // If this is a top-level #else, inform the MIOpt.
2029 CurPPLexer->MIOpt.EnterTopLevelConditional();
2060 // If this is a top-level #elif, inform the MIOpt.
2062 CurPPLexer->MIOpt.EnterTopLevelConditional();