Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp110 clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
313 clang::Module *top_level_module = DoGetModule(clang_path.front(), false); in AddModule()
334 clang::Module *requested_module = DoGetModule(clang_path, true); in AddModule()
578 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule() function in ClangModulesDeclVendorImpl