Searched refs:setPreprocessor (Results 1 – 16 of 16) sorted by relevance
108 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function111 void setPreprocessor(Preprocessor &PP) { this->PP = &PP; } in setPreprocessor() function
81 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()
141 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF twice. in clear()
100 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anondbd406350211::PrintIndexDataConsumer
454 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
343 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override;
421 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer422 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP)); in setPreprocessor()
361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
693 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()1106 CI.setPreprocessor(nullptr); in EndSourceFile()
170 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
691 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF again. in ~ParsedAST()