Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h446 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
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp662 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
H A DASTUnit.cpp1446 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()