Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h479 std::shared_ptr<ModuleDependencyCollector> getModuleDepCollector() const;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp124 CompilerInstance::getModuleDepCollector() const { in getModuleDepCollector() function in CompilerInstance
939 Instance.setModuleDepCollector(ImportingInstance.getModuleDepCollector()); in compileModuleImpl()