Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp145 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
246 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
374 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h446 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
H A DASTUnit.h437 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp662 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
H A DASTUnit.cpp1445 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()