Home
last modified time | relevance | path

Searched refs:getPreprocessorPtr (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp122 return llvm::make_unique<IndexASTConsumer>(CI.getPreprocessorPtr(), in createIndexASTConsumer()
234 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp92 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h454 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
H A DASTUnit.h432 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp646 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
H A DASTUnit.cpp1430 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()