Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h670 Module *findSubmodule(StringRef Name) const;
677 Module *getGlobalModuleFragment() { return findSubmodule("<global>"); } in getGlobalModuleFragment()
683 Module *getPrivateModuleFragment() { return findSubmodule("<private>"); } in getPrivateModuleFragment()
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp331 Module *Module::findSubmodule(StringRef Name) const { in findSubmodule() function in Module
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp325 submodule = submodule->findSubmodule(component.GetStringRef()); in AddModule()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp2002 clang::Module *Sub = Module->findSubmodule(Name); in loadModule()
2064 Sub = Module->findSubmodule(Best[0]); in loadModule()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp809 return Context->findSubmodule(Name); in lookupModuleQualified()