Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/IndexSerialization/
DSerializablePathCollection.cpp49 auto FileIt = UniqueFiles.find(&FE); in tryStoreFilePath() local
50 if (FileIt != UniqueFiles.end()) in tryStoreFilePath()
51 return FileIt->second; in tryStoreFilePath()
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp202 auto FileIt = Files.find( in spelledForExpandedToken() local
204 assert(FileIt != Files.end() && "no file for an expanded token"); in spelledForExpandedToken()
206 const MarkedFile &File = FileIt->second; in spelledForExpandedToken()
397 auto FileIt = Files.find(SourceMgr->getFileID(Spelled.front().location())); in fileForSpelled() local
398 assert(FileIt != Files.end() && "file not tracked by token buffer"); in fileForSpelled()
399 const auto &File = FileIt->second; in fileForSpelled()
484 auto FileIt = Files.find(FID); in macroExpansions() local
485 assert(FileIt != Files.end() && "file not tracked by token buffer"); in macroExpansions()
486 auto &File = FileIt->second; in macroExpansions()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.cpp209 for (const auto &FileIt : FilesToUpdate) { in update() local
210 auto Uri = FileIt.first(); in update()
213 PathRef Path = FileIt.getValue().first; in update()
229 const auto &Hash = FileIt.getValue().second; in update()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp452 auto FileIt = llvm::sys::path::begin(RemappedFile); in createFile() local
456 for (; CurDirIt != CurDirE && *CurDirIt == *FileIt; ++CurDirIt, ++FileIt) in createFile()
464 for (; FileIt != FileE; ++FileIt) in createFile()
465 llvm::sys::path::append(FileBuf, *FileIt); in createFile()