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