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

References

tools/clang/lib/Lex/PPMacroExpansion.cpp
 1257     assert(PP.getCurrentLexer() && "#include_next directive in macro?");
 1258     LookupFromFile = PP.getCurrentLexer()->getFileEntry();
tools/clang/lib/Parse/ParseAST.cpp
  151   bool HaveLexer = S.getPreprocessor().getCurrentLexer();