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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp91 Instance.setPreprocessor(CI.getPreprocessorPtr());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp119 DataConsumer, Opts, CI.getPreprocessorPtr(),
165 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h449 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } function in class:clang::CompilerInstance
H A DASTUnit.h437 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } function in class:clang::ASTUnit
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp647 CI.setPreprocessor(AST->getPreprocessorPtr());
H A DASTUnit.cpp1455 PP = CI.getPreprocessorPtr();

Completed in 192 milliseconds