Searched refs:setPreprocessor (Results 1 – 8 of 8) 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()
453 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
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