Searched refs:getPreprocessorPtr (Results 1 – 6 of 6) sorted by relevance
122 return llvm::make_unique<IndexASTConsumer>(CI.getPreprocessorPtr(), in createIndexASTConsumer()234 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
92 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
454 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
432 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
646 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1430 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()