Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp234 auto FileIt = Files.find( in spelledForExpandedToken() local
236 assert(FileIt != Files.end() && "no file for an expanded token"); in spelledForExpandedToken()
238 const MarkedFile &File = FileIt->second; in spelledForExpandedToken()
429 auto FileIt = Files.find(SourceMgr->getFileID(Spelled.front().location())); in fileForSpelled() local
430 assert(FileIt != Files.end() && "file not tracked by token buffer"); in fileForSpelled()
431 const auto &File = FileIt->second; in fileForSpelled()
516 auto FileIt = Files.find(FID); in macroExpansions() local
517 assert(FileIt != Files.end() && "file not tracked by token buffer"); in macroExpansions()
518 auto &File = FileIt->second; in macroExpansions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp454 auto FileIt = llvm::sys::path::begin(RemappedFile); in createFile() local
458 for (; CurDirIt != CurDirE && *CurDirIt == *FileIt; ++CurDirIt, ++FileIt) in createFile()
466 for (; FileIt != FileE; ++FileIt) in createFile()
467 llvm::sys::path::append(FileBuf, *FileIt); in createFile()