Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModuleAssistant.cpp50 Module *findSubModule(llvm::StringRef SubName);
119 Module *Module::findSubModule(llvm::StringRef SubName) { in findSubModule() function in Module
203 Module *SubModule = CurrentModule->findSubModule(Stem); in addModuleDescription()