Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.h108 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function
111 void setPreprocessor(Preprocessor &PP) { this->PP = &PP; } in setPreprocessor() function
H A DFileIndex.cpp81 Collector.setPreprocessor(PP); in indexSymbols()
/llvm-project-15.0.7/clang/include/clang/Index/
H A DIndexDataConsumer.h39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexingAction.cpp124 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp141 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF twice. in clear()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dcore_main.cpp100 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anondbd406350211::PrintIndexDataConsumer
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h454 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
H A DASTUnit.h443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h343 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override;
H A DCXIndexDataConsumer.cpp421 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer
422 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP)); in setPreprocessor()
H A DIndexing.cpp361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp693 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1106 CI.setPreprocessor(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp170 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
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp691 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF again. in ~ParsedAST()