Searched refs:getPreprocessorPtr (Results 1 – 6 of 6) sorted by relevance
164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
147 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
500 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
440 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
711 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1493 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()