Home
last modified time | relevance | path

Searched refs:MIOpt (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp367 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()
H A DLexer.cpp1874 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 …]
H A DPPDirectives.cpp1209 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 …]
H A DPPMacroExpansion.cpp487 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro(); in HandleMacroExpandedIdentifier()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h72 MultipleIncludeOpt MIOpt; variable