reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/Lexer.cpp
 3100     MIOpt.ReadToken();
 3125   MIOpt.ReadToken();
 3310     MIOpt.ReadToken();
 3315     MIOpt.ReadToken();
 3373     MIOpt.ReadToken();
 3402     MIOpt.ReadToken();
 3418     MIOpt.ReadToken();
 3452     MIOpt.ReadToken();
 3460       MIOpt.ReadToken();
 3470     MIOpt.ReadToken();
 3476     MIOpt.ReadToken();
 3507       MIOpt.ReadToken();
 3932   MIOpt.ReadToken();
tools/clang/lib/Lex/PPDirectives.cpp
  909       CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef();
  910   CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef();
  917   bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
 2482       CurPPLexer->MIOpt.SetDefinedMacro(MacroNameTok.getIdentifierInfo(),
 2886       CurPPLexer->MIOpt.EnterTopLevelIfndef(MII, MacroNameTok.getLocation());
 2888       CurPPLexer->MIOpt.EnterTopLevelConditional();
 2943       CurPPLexer->MIOpt.EnterTopLevelIfndef(IfNDefMacro, IfToken.getLocation());
 2945       CurPPLexer->MIOpt.EnterTopLevelConditional();
 2991     CurPPLexer->MIOpt.ExitTopLevelConditional();
 3016     CurPPLexer->MIOpt.EnterTopLevelConditional();
 3060     CurPPLexer->MIOpt.EnterTopLevelConditional();
tools/clang/lib/Lex/PPLexerChange.cpp
  332           CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
  340               CurPPLexer->MIOpt.GetDefinedMacro()) {
  359               Diag(CurPPLexer->MIOpt.GetMacroLocation(),
  361                   << CurPPLexer->MIOpt.GetMacroLocation() << ControllingMacro;
  362               Diag(CurPPLexer->MIOpt.GetDefinedLocation(),
  364                   << CurPPLexer->MIOpt.GetDefinedLocation() << DefinedMacro
  367                          CurPPLexer->MIOpt.GetDefinedLocation(),
tools/clang/lib/Lex/PPMacroExpansion.cpp
  471   if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();