Searched refs:ResolvedPaths (Results 1 – 2 of 2) sorted by relevance
43 if (!ResolvedPaths.count(ParentPath)) { in resolve()46 ResolvedPaths.insert( in resolve()51 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()57 StringMap<std::string> ResolvedPaths;155 ResolvedPathsMap ResolvedPaths; variable
197 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()198 if (It == ResolvedPaths.end()) { in getResolvedPath()210 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()