Searched refs:MIOpt (Results 1 – 5 of 5) sorted by relevance
367 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) { in HandleEndOfFile()375 CurPPLexer->MIOpt.GetDefinedMacro()) { in HandleEndOfFile()394 Diag(CurPPLexer->MIOpt.GetMacroLocation(), in HandleEndOfFile()396 << CurPPLexer->MIOpt.GetMacroLocation() << ControllingMacro; in HandleEndOfFile()397 Diag(CurPPLexer->MIOpt.GetDefinedLocation(), in HandleEndOfFile()399 << CurPPLexer->MIOpt.GetDefinedLocation() << DefinedMacro in HandleEndOfFile()402 CurPPLexer->MIOpt.GetDefinedLocation(), in HandleEndOfFile()
1829 MIOpt.ReadToken(); in LexUnicodeIdentifierStart()1854 MIOpt.ReadToken(); in LexUnicodeIdentifierStart()3799 MIOpt.ReadToken(); in LexTokenInternal()3807 MIOpt.ReadToken(); in LexTokenInternal()3865 MIOpt.ReadToken(); in LexTokenInternal()3894 MIOpt.ReadToken(); in LexTokenInternal()3910 MIOpt.ReadToken(); in LexTokenInternal()3944 MIOpt.ReadToken(); in LexTokenInternal()3962 MIOpt.ReadToken(); in LexTokenInternal()3968 MIOpt.ReadToken(); in LexTokenInternal()[all …]
1138 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef(); in HandleDirective()1139 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef(); in HandleDirective()1146 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal(); in HandleDirective()1195 CurPPLexer->MIOpt.SetReadToken(ReadAnyTokensBeforeDirective); in HandleDirective()2856 CurPPLexer->MIOpt.SetDefinedMacro(MacroNameTok.getIdentifierInfo(), in ReadOptionalMacroParameterListAndBody()3307 CurPPLexer->MIOpt.EnterTopLevelIfndef(MII, MacroNameTok.getLocation()); in HandleIfdefDirective()3309 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleIfdefDirective()3370 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleIfDirective()3416 CurPPLexer->MIOpt.ExitTopLevelConditional(); in HandleEndifDirective()3441 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleElseDirective()[all …]
486 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro(); in HandleMacroExpandedIdentifier()
72 MultipleIncludeOpt MIOpt; variable