Searched refs:getPreprocessorPtr (Results 1 – 7 of 7) sorted by relevance
145 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()246 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()374 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
446 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
437 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
662 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1445 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()