Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h508 std::shared_ptr<ModuleDependencyCollector> getModuleDepCollector() const;
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h518 std::shared_ptr<ModuleDependencyCollector> getModuleDepCollector() const;
/external/clang/lib/Frontend/
DCompilerInstance.cpp134 CompilerInstance::getModuleDepCollector() const { in getModuleDepCollector() function in CompilerInstance
1007 Instance.setModuleDepCollector(ImportingInstance.getModuleDepCollector()); in compileModuleImpl()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp152 CompilerInstance::getModuleDepCollector() const { in getModuleDepCollector() function in CompilerInstance
1160 Instance.setModuleDepCollector(ImportingInstance.getModuleDepCollector());