Searched refs:module_search_paths (Results 1 – 1 of 1) sorted by relevance
691 FileSpecList module_search_paths = target.GetClangModuleSearchPaths(); in Create() local693 for (size_t spi = 0, spe = module_search_paths.GetSize(); spi < spe; ++spi) { in Create()694 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()