Home
last modified time | relevance | path

Searched refs:getModuleDepCollector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h562 std::shared_ptr<ModuleDependencyCollector> getModuleDepCollector() const;
847 std::shared_ptr<ModuleDependencyCollector> getModuleDepCollector() const { in getModuleDepCollector() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp211 CompilerInstance::getModuleDepCollector() const { in getModuleDepCollector() function in CompilerInstance
1257 Instance.setModuleDepCollector(ThreadSafeConfig->getModuleDepCollector()); in cloneForModuleCompileImpl()
1262 Instance.setModuleDepCollector(getModuleDepCollector()); in cloneForModuleCompileImpl()