Searched defs:setPreprocessor (Results 1 – 10 of 10) sorted by relevance
134 void setPreprocessor(Preprocessor *pp) { 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
93 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anon6a86235c0211::PrintIndexDataConsumer
98 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance
261 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit
416 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer
413 void CXIndexDataConsumer::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in CXIndexDataConsumer
112 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