Home
last modified time | relevance | path

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

/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.cpp164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.h70 std::shared_ptr<Preprocessor> getPreprocessorPtr();
H A DParsedAST.cpp690 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in ~ParsedAST()
707 std::shared_ptr<Preprocessor> ParsedAST::getPreprocessorPtr() { in getPreprocessorPtr() function in clang::clangd::ParsedAST
708 return Clang->getPreprocessorPtr(); in getPreprocessorPtr()
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp140 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndexAction.cpp164 CI.getPreprocessorPtr()); in CreateASTConsumer()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
374 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h447 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
/llvm-project-15.0.7/clang/unittests/Index/
H A DIndexTests.cpp137 return std::make_unique<Consumer>(Index, CI.getPreprocessorPtr(), Opts); in CreateASTConsumer()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp693 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
H A DASTUnit.cpp1443 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp247 CI.getPreprocessorPtr()); in create()