Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp692 FileSpecList module_search_paths = target.GetClangModuleSearchPaths(); in Create() local
694 for (size_t spi = 0, spe = module_search_paths.GetSize(); spi < spe; ++spi) { in Create()
695 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()