Searched refs:setPreprocessor (Results 1 – 8 of 8) sorted by relevance
39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
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() function in ASTUnit