Searched refs:ResolvedPathsMap (Results 1 – 2 of 2) sorted by relevance
154 using ResolvedPathsMap = DenseMap<std::pair<unsigned, unsigned>, StringRef>; variable155 ResolvedPathsMap ResolvedPaths;
197 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()