Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp90 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexingAction.cpp164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp147 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h500 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
HDASTUnit.h440 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendAction.cpp711 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
HDASTUnit.cpp1493 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()