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()
626 llvm::SmallString<128> MappedPath(R.first); in CanReuse() local627 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()628 OverriddenAbsPaths.insert(MappedPath); in CanReuse()645 llvm::SmallString<128> MappedPath(RB.first); in CanReuse() local646 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()647 OverriddenAbsPaths.insert(MappedPath); in CanReuse()