Searched refs:ResolvedPaths (Results 1 – 2 of 2) sorted by relevance
42 if (!ResolvedPaths.count(ParentPath)) { in resolve()45 ResolvedPaths.insert( in resolve()50 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()56 StringMap<std::string> ResolvedPaths;149 ResolvedPathsMap ResolvedPaths; variable
196 ResolvedPathsMap::const_iterator It = ResolvedPaths.find(Key); in getResolvedPath()197 if (It == ResolvedPaths.end()) { in getResolvedPath()209 It = ResolvedPaths.insert(std::make_pair(Key, ResolvedPath)).first; in getResolvedPath()