Searched refs:setPreprocessor (Results 1 – 16 of 16) sorted by relevance
133 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function 136 void setPreprocessor(Preprocessor &PP) { this->PP = &PP; } in setPreprocessor() function
82 Collector.setPreprocessor(PP); in indexSymbols()
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()
150 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF twice. in clear()
101 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() 100 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { setPreprocessor() function in __anon973aa0980211::PrintIndexDataConsumer
343 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override;
422 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer 423 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP)); in setPreprocessor()
361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
508 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
446 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
710 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile() 1144 CI.setPreprocessor(nullptr); in EndSourceFile()
174 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() 172 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { setPreprocessor() function in CompilerInstance
274 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit
776 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF again. in getPreprocessorPtr()