Searched refs:setPreprocessor (Results 1 – 9 of 9) sorted by relevance
39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
90 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
124 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize() 265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
148 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF twice. in clear()
507 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
446 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
711 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile() 1150 CI.setPreprocessor(nullptr); in EndSourceFile()
172 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
274 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() 273 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { setPreprocessor() function in ASTUnit