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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1274   void EnterMainSourceFile();

References

tools/clang/lib/Frontend/FrontendActions.cpp
  753   PP.EnterMainSourceFile();
  769   PP.EnterMainSourceFile();
  939       PP.EnterMainSourceFile();
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  831   PP.EnterMainSourceFile();
  908   PP.EnterMainSourceFile();
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  550   PP.EnterMainSourceFile();
tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp
  103   PP.EnterMainSourceFile();
tools/clang/lib/Parse/ParseAST.cpp
  143   S.getPreprocessor().EnterMainSourceFile();
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  145     PP->EnterMainSourceFile();
tools/clang/unittests/Basic/SourceManagerTest.cpp
   69   PP.EnterMainSourceFile();
  278   PP.EnterMainSourceFile();
  400   PP.EnterMainSourceFile();
tools/clang/unittests/CodeGen/IncrementalProcessingTest.cpp
   65     S.getPreprocessor().EnterMainSourceFile();
tools/clang/unittests/Frontend/FrontendActionTest.cpp
  168     PP.EnterMainSourceFile();
tools/clang/unittests/Lex/LexerTest.cpp
   62     PP->EnterMainSourceFile();
tools/clang/unittests/Lex/PPCallbacksTest.cpp
  217     PP.EnterMainSourceFile();
  247     PP.EnterMainSourceFile();
  292     PP.EnterMainSourceFile();
tools/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
   87   PP.EnterMainSourceFile();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  715   instance->getPreprocessor().EnterMainSourceFile();