Searched refs:getPreprocessorPtr (Results 1 – 13 of 13) sorted by relevance
91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
70 std::shared_ptr<Preprocessor> getPreprocessorPtr();
690 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in ~ParsedAST()707 std::shared_ptr<Preprocessor> ParsedAST::getPreprocessorPtr() { in getPreprocessorPtr() function in clang::clangd::ParsedAST708 return Clang->getPreprocessorPtr(); in getPreprocessorPtr()
140 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
164 CI.getPreprocessorPtr()); in CreateASTConsumer()
361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()374 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
447 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
437 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
137 return std::make_unique<Consumer>(Index, CI.getPreprocessorPtr(), Opts); in CreateASTConsumer()
693 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1443 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()
247 CI.getPreprocessorPtr()); in create()