Searched refs:setPreprocessor (Results 1 – 8 of 8) sorted by relevance
40 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
61 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()234 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
92 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
461 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
438 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
646 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()998 CI.setPreprocessor(nullptr); in EndSourceFile()
106 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
273 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit