Searched refs:getPreprocessorPtr (Results 1 – 7 of 7) sorted by relevance
89 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
162 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()263 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
147 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
452 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
486 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
859 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1493 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()