Searched defs:setPreprocessor (Results 1 – 6 of 6) sorted by relevance
133 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function 136 void setPreprocessor(Preprocessor &PP) { this->PP = &PP; } in setPreprocessor() function
39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
100 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { setPreprocessor() function in __anon973aa0980211::PrintIndexDataConsumer
422 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer
172 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { setPreprocessor() function in CompilerInstance
274 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit