Home
last modified time | relevance | path

Searched refs:setPreprocessor (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexDataConsumer.h39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp105 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()
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/c-index-test/
H A Dcore_main.cpp99 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anon4e1435b00211::PrintIndexDataConsumer
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h453 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
H A DASTUnit.h443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h344 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override;
H A DCXIndexDataConsumer.cpp416 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer
417 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP)); in setPreprocessor()
H A DIndexing.cpp361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp662 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1020 CI.setPreprocessor(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp168 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
H A DASTUnit.cpp275 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit