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