Searched refs:getPreprocessorPtr (Results 1 – 7 of 7) sorted by relevance
90 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
144 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
476 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
440 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
705 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1480 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()