Searched refs:MIOpt (Results 1 – 5 of 5) sorted by relevance
358 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) { in HandleEndOfFile()366 CurPPLexer->MIOpt.GetDefinedMacro()) { in HandleEndOfFile()385 Diag(CurPPLexer->MIOpt.GetMacroLocation(), in HandleEndOfFile()387 << CurPPLexer->MIOpt.GetMacroLocation() << ControllingMacro; in HandleEndOfFile()388 Diag(CurPPLexer->MIOpt.GetDefinedLocation(), in HandleEndOfFile()390 << CurPPLexer->MIOpt.GetDefinedLocation() << DefinedMacro in HandleEndOfFile()393 CurPPLexer->MIOpt.GetDefinedLocation(), in HandleEndOfFile()
1793 MIOpt.ReadToken(); in LexUnicodeIdentifierStart()1818 MIOpt.ReadToken(); in LexUnicodeIdentifierStart()3026 MIOpt.ExitTopLevelConditional(); in LexEndOfFile()3727 MIOpt.ReadToken(); in LexTokenInternal()3735 MIOpt.ReadToken(); in LexTokenInternal()3793 MIOpt.ReadToken(); in LexTokenInternal()3822 MIOpt.ReadToken(); in LexTokenInternal()3838 MIOpt.ReadToken(); in LexTokenInternal()3872 MIOpt.ReadToken(); in LexTokenInternal()3880 MIOpt.ReadToken(); in LexTokenInternal()[all …]
1127 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef(); in HandleDirective()1128 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef(); in HandleDirective()1135 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal(); in HandleDirective()2805 CurPPLexer->MIOpt.SetDefinedMacro(MacroNameTok.getIdentifierInfo(), in ReadOptionalMacroParameterListAndBody()3251 CurPPLexer->MIOpt.EnterTopLevelIfndef(MII, MacroNameTok.getLocation()); in HandleIfdefDirective()3253 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleIfdefDirective()3312 CurPPLexer->MIOpt.EnterTopLevelIfndef(IfNDefMacro, IfToken.getLocation()); in HandleIfDirective()3314 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleIfDirective()3360 CurPPLexer->MIOpt.ExitTopLevelConditional(); in HandleEndifDirective()3385 CurPPLexer->MIOpt.EnterTopLevelConditional(); in HandleElseDirective()[all …]
486 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro(); in HandleMacroExpandedIdentifier()
72 MultipleIncludeOpt MIOpt; variable