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

References

tools/clang/lib/Lex/Preprocessor.cpp
  637       CurLexer->Lex(Tok);
  640       CurTokenLexer->Lex(Tok);
  643       CachingLex(Tok);
  646       LexAfterModuleImport(Tok);
  649     if (Tok.is(tok::eof) && !InPredefines) {