Searched refs:ResolvedPaths (Results 1 – 2 of 2) sorted by relevance
45 if (!ResolvedPaths.count(ParentPath)) { in resolve()48 ResolvedPaths.insert( in resolve()53 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()59 StringMap<std::string> ResolvedPaths;157 ResolvedPathsMap ResolvedPaths; variable
200 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()201 if (It == ResolvedPaths.end()) { in getResolvedPath()213 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()