Searched refs:ResolvedPath (Results 1 – 5 of 5) sorted by relevance
223 SmallString<256> ResolvedPath(ParentIt->second->first()); in getFileName() local224 sys::path::append(ResolvedPath, FileName); in getFileName()228 FileIdx, GlobalStrings.insert(ResolvedPath).first)) in getFileName()287 SmallString<128> ResolvedPath; in analyzeImportedModule() local290 ResolvedPath, in analyzeImportedModule()292 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()293 if (!Entry.empty() && Entry != ResolvedPath) { in analyzeImportedModule()299 Entry = std::string(ResolvedPath); in analyzeImportedModule()
224 SmallString<128> ResolvedPath; in analyzeImportedModule() local226 resolveRelativeObjectPath(ResolvedPath, CUDie); in analyzeImportedModule()227 sys::path::append(ResolvedPath, Path); in analyzeImportedModule()228 if (!Entry.empty() && Entry != ResolvedPath) in analyzeImportedModule()232 Entry = std::string(ResolvedPath); in analyzeImportedModule()