Searched refs:setPreprocessor (Results 1 – 12 of 12) sorted by relevance
39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
105 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()246 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
99 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anon4e1435b00211::PrintIndexDataConsumer
453 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
344 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override;
416 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer417 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP)); in setPreprocessor()
361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
662 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()1020 CI.setPreprocessor(nullptr); in EndSourceFile()
168 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
275 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit