Searched refs:MappedPath (Results 1 – 2 of 2) sorted by relevance
89 llvm::Optional<std::string> MappedPath = doPathMapping(Orig, Dir, *Mappings); in mapsProperly() local90 std::string Actual = MappedPath ? *MappedPath : Orig.str(); in mapsProperly()
541 llvm::SmallString<128> MappedPath(R.first); in CanReuse() local542 if (!VFS->makeAbsolute(MappedPath)) in CanReuse()543 OverriddenAbsPaths.insert(MappedPath); in CanReuse()560 llvm::SmallString<128> MappedPath(RB.first); in CanReuse() local561 if (!VFS->makeAbsolute(MappedPath)) in CanReuse()562 OverriddenAbsPaths.insert(MappedPath); in CanReuse()