Searched defs:remapped (Results 1 – 6 of 6) sorted by relevance
178 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local 224 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local 258 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile() local
513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local
1546 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { FindSourceFile() local 1555 if (auto remapped = m_source_mappings.RemapPath(path)) RemapSourceFile() local
215 bool remapped = false; readFile() local
102 unsigned int remapped:1; member
283 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local