Searched refs:ResolvedPathsMap (Results 1 – 4 of 4) sorted by relevance
156 using ResolvedPathsMap = DenseMap<std::pair<unsigned, unsigned>, StringRef>; variable157 ResolvedPathsMap ResolvedPaths;
200 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()
685 using ResolvedPathsMap = DenseMap<unsigned, StringEntry *>; variable686 ResolvedPathsMap ResolvedFullPaths;
194 ResolvedPathsMap::const_iterator It = ResolvedFullPaths.find(FileIdx); in getFileName()