Home
last modified time | relevance | path

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

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