Searched refs:MIOpt (Results 1 – 5 of 5) sorted by relevance
367 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) { in HandleEndOfFile()374 CurPPLexer->MIOpt.GetDefinedMacro()) { in HandleEndOfFile()393 Diag(CurPPLexer->MIOpt.GetMacroLocation(), in HandleEndOfFile()395 << CurPPLexer->MIOpt.GetMacroLocation() << ControllingMacro; in HandleEndOfFile()396 Diag(CurPPLexer->MIOpt.GetDefinedLocation(), in HandleEndOfFile()398 << CurPPLexer->MIOpt.GetDefinedLocation() << DefinedMacro in HandleEndOfFile()401 CurPPLexer->MIOpt.GetDefinedLocation(), in HandleEndOfFile()
1874 MIOpt.ReadToken(); in LexUnicodeIdentifierStart()1899 MIOpt.ReadToken(); in LexUnicodeIdentifierStart()3152 MIOpt.ExitTopLevelConditional(); in LexEndOfFile()3855 MIOpt.ReadToken(); in LexTokenInternal()3863 MIOpt.ReadToken(); in LexTokenInternal()3921 MIOpt.ReadToken(); in LexTokenInternal()3950 MIOpt.ReadToken(); in LexTokenInternal()3966 MIOpt.ReadToken(); in LexTokenInternal()4000 MIOpt.ReadToken(); in LexTokenInternal()4008 MIOpt.ReadToken(); in LexTokenInternal()[all …]
1209 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef(); in HandleDirective()1210 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef(); in HandleDirective()1217 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal(); in HandleDirective()1267 CurPPLexer->MIOpt.SetReadToken(ReadAnyTokensBeforeDirective); in HandleDirective()2934 CurPPLexer->MIOpt.SetDefinedMacro(MacroNameTok.getIdentifierInfo(), in ReadOptionalMacroParameterListAndBody()3385 CurPPLexer->MIOpt.EnterTopLevelIfndef(MII, MacroNameTok.getLocation()); in HandleIfdefDirective()3387 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleIfdefDirective()3446 CurPPLexer->MIOpt.EnterTopLevelIfndef(IfNDefMacro, IfToken.getLocation()); in HandleIfDirective()3448 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleIfDirective()3494 CurPPLexer->MIOpt.ExitTopLevelConditional(); in HandleEndifDirective()[all …]
487 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro(); in HandleMacroExpandedIdentifier()
72 MultipleIncludeOpt MIOpt; variable