Searched refs:setPreprocessor (Results 1 – 13 of 13) sorted by relevance
39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
124 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
142 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF twice. in clear()
100 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anonf3e021fc0211::PrintIndexDataConsumer
343 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override;
421 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer422 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP)); in setPreprocessor()
361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
456 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
442 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
698 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()1127 CI.setPreprocessor(nullptr); in EndSourceFile()
174 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