Lines Matching refs:Files
276 auto FileIt = Files.find(
278 assert(FileIt != Files.end() && "no file for an expanded token");
381 auto It = Files.find(FID);
382 assert(It != Files.end());
425 const MarkedFile &File = Files.find(FID)->second;
475 auto FileIt = Files.find(SourceMgr->getFileID(Spelled.front().location()));
476 assert(FileIt != Files.end() && "file not tracked by token buffer");
562 auto FileIt = Files.find(FID);
563 assert(FileIt != Files.end() && "file not tracked by token buffer");
739 for (const auto &File : Result.Files)
743 for (auto &pair : Result.Files) {
769 const auto &SpelledTokens = Result.Files[File].SpelledTokens;
777 Drain ? Result.Files[*Drain].EndExpanded : NextExpanded;
783 Result.Files[File].Mappings.push_back(Mapping);
815 const auto &SpelledTokens = Result.Files[File].SpelledTokens;
849 Result.Files[File].Mappings.push_back(Mapping);
867 /// Initializes TokenBuffer::Files and fills spelled tokens and expanded
873 auto It = Result.Files.try_emplace(FID);
944 for (const auto &F : Files)
949 const MarkedFile &File = Files.find(ID)->second;