Searched refs:getPreprocessorPtr (Results 1 – 8 of 8) sorted by relevance
91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
141 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()374 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
449 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
436 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
698 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1471 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()