Home
last modified time | relevance | path

Searched defs:setPreprocessor (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Index/
HDIndexDataConsumer.h39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp172 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
HDASTUnit.cpp274 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit