Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp90 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp144 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h476 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
H A DASTUnit.h440 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp705 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
H A DASTUnit.cpp1480 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()