Lines Matching refs:Files
234 auto FileIt = Files.find( in spelledForExpandedToken()
236 assert(FileIt != Files.end() && "no file for an expanded token"); in spelledForExpandedToken()
339 auto It = Files.find(FID); in spelledTokens()
340 assert(It != Files.end()); in spelledTokens()
382 const MarkedFile &File = Files.find(FID)->second; in spelledForExpanded()
429 auto FileIt = Files.find(SourceMgr->getFileID(Spelled.front().location())); in fileForSpelled()
430 assert(FileIt != Files.end() && "file not tracked by token buffer"); in fileForSpelled()
516 auto FileIt = Files.find(FID); in macroExpansions()
517 assert(FileIt != Files.end() && "file not tracked by token buffer"); in macroExpansions()
693 for (const auto &File : Result.Files) in build()
697 for (auto &pair : Result.Files) { in build()
723 const auto &SpelledTokens = Result.Files[File].SpelledTokens; in discard()
731 Drain ? Result.Files[*Drain].EndExpanded : NextExpanded; in discard()
737 Result.Files[File].Mappings.push_back(Mapping); in discard()
769 const auto &SpelledTokens = Result.Files[File].SpelledTokens; in advance()
803 Result.Files[File].Mappings.push_back(Mapping); in advance()
827 auto It = Result.Files.try_emplace(FID); in buildSpelledTokens()
898 for (auto F : Files) in dumpForTests()
903 const MarkedFile &File = Files.find(ID)->second; in dumpForTests()