Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexDataConsumer.h40 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp61 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()
234 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp92 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h461 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
H A DASTUnit.h438 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp646 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
998 CI.setPreprocessor(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp106 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
H A DASTUnit.cpp273 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit