Home
last modified time | relevance | path

Searched refs:FileIt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp49 auto FileIt = UniqueFiles.find(&FE); in tryStoreFilePath() local
50 if (FileIt != UniqueFiles.end()) in tryStoreFilePath()
51 return FileIt->second; in tryStoreFilePath()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp329 auto FileIt = Files.find( in spelledForExpandedToken() local
331 assert(FileIt != Files.end() && "no file for an expanded token"); in spelledForExpandedToken()
333 const MarkedFile &File = FileIt->second; in spelledForExpandedToken()
523 auto FileIt = Files.find(SourceMgr->getFileID(Spelled.front().location())); in fileForSpelled() local
524 assert(FileIt != Files.end() && "file not tracked by token buffer"); in fileForSpelled()
525 const auto &File = FileIt->second; in fileForSpelled()
610 auto FileIt = Files.find(FID); in macroExpansions() local
611 assert(FileIt != Files.end() && "file not tracked by token buffer"); in macroExpansions()
612 auto &File = FileIt->second; in macroExpansions()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.cpp210 for (const auto &FileIt : FilesToUpdate) { in update() local
211 auto Uri = FileIt.first(); in update()
214 PathRef Path = FileIt.getValue().first; in update()
230 const auto &Hash = FileIt.getValue().second; in update()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp430 auto FileIt = llvm::sys::path::begin(RemappedFile); in createFile() local
434 for (; CurDirIt != CurDirE && *CurDirIt == *FileIt; ++CurDirIt, ++FileIt) in createFile()
442 for (; FileIt != FileE; ++FileIt) in createFile()
443 llvm::sys::path::append(FileBuf, *FileIt); in createFile()