Searched refs:module_search_paths (Results 1 – 1 of 1) sorted by relevance
681 FileSpecList module_search_paths = target.GetClangModuleSearchPaths(); in Create() local683 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()