Home
last modified time | relevance | path

Searched refs:setPreprocessor (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
/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.cpp124 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h453 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
H A DASTUnit.h443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp662 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1020 CI.setPreprocessor(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp168 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
H A DASTUnit.cpp275 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit