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

Declarations

tools/clang/include/clang/Frontend/CompilerInstance.h
  656   void createPreprocessor(TranslationUnitKind TUKind);

References

tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  154     Clang->createPreprocessor(TU_Prefix);
tools/clang/lib/Frontend/FrontendAction.cpp
  743     CI.createPreprocessor(getTranslationUnitKind());
tools/clang/tools/clang-import-test/clang-import-test.cpp
  209   Ins->createPreprocessor(TU_Complete);
tools/clang/unittests/CodeGen/BufferSourceTest.cpp
   57     compiler.createPreprocessor(clang::TU_Prefix);
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp
  276     compiler.createPreprocessor(clang::TU_Prefix);
tools/clang/unittests/CodeGen/IncrementalProcessingTest.cpp
  127     compiler.createPreprocessor(clang::TU_Prefix);
tools/clang/unittests/CodeGen/TBAAMetadataTest.cpp
   54     compiler.createPreprocessor(clang::TU_Prefix);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  581   m_compiler->createPreprocessor(TU_Complete);