Searched defs:setPreprocessor (Results 1 – 6 of 6) 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
39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
100 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anondbd406350211::PrintIndexDataConsumer
421 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer
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