Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp124 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp148 Clang->setPreprocessor(nullptr); // Detach so we don't send EOF twice. in clear()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h507 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
H A DASTUnit.h446 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp711 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
1150 CI.setPreprocessor(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp172 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
H A DASTUnit.cpp274 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit