Searched refs:FileIt (Results 1 – 3 of 3) sorted by relevance
49 auto FileIt = UniqueFiles.find(&FE); in tryStoreFilePath() local50 if (FileIt != UniqueFiles.end()) in tryStoreFilePath()51 return FileIt->second; in tryStoreFilePath()
328 auto FileIt = Files.find( in spelledForExpandedToken() local330 assert(FileIt != Files.end() && "no file for an expanded token"); in spelledForExpandedToken()332 const MarkedFile &File = FileIt->second; in spelledForExpandedToken()520 auto FileIt = Files.find(SourceMgr->getFileID(Spelled.front().location())); in fileForSpelled() local521 assert(FileIt != Files.end() && "file not tracked by token buffer"); in fileForSpelled()522 const auto &File = FileIt->second; in fileForSpelled()607 auto FileIt = Files.find(FID); in macroExpansions() local608 assert(FileIt != Files.end() && "file not tracked by token buffer"); in macroExpansions()609 auto &File = FileIt->second; in macroExpansions()
444 auto FileIt = llvm::sys::path::begin(RemappedFile); in createFile() local448 for (; CurDirIt != CurDirE && *CurDirIt == *FileIt; ++CurDirIt, ++FileIt) in createFile()456 for (; FileIt != FileE; ++FileIt) in createFile()457 llvm::sys::path::append(FileBuf, *FileIt); in createFile()