Searched refs:FileIndex (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes); 179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() argument 186 while (i != e && FileIndex > getValue(i).FileLoc) in DoInsertion() 191 if (i != e && getValue(i).FileLoc == FileIndex) { in DoInsertion() 208 Values[i] = SourceDelta::get(FileIndex, Delta); in DoInsertion() 218 if (InsertRes->Split.FileLoc > FileIndex) in DoInsertion() 219 InsertRes->LHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion() 221 InsertRes->RHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion() 227 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion() 404 int DeltaTree::getDeltaAt(unsigned FileIndex) const { in getDeltaAt() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zExtract.cpp | 22 CNum FileIndex; member 34 FileIndex(fileIndex), in CExtractFolderInfo() 183 if (efi.FileIndex != kNumNoIndex) in Extract() 184 startIndex = efi.FileIndex; in Extract() 199 if (efi.FileIndex != kNumNoIndex) in Extract()
|
/external/clang/include/clang/Rewrite/Core/ |
D | DeltaTree.h | 41 int getDeltaAt(unsigned FileIndex) const; 46 void AddDelta(unsigned FileIndex, int Delta);
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 646 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() argument 650 if (FileIndex == 0 || FileIndex > Prologue.FileNames.size() || in getFileNameByIndex() 653 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1]; in getFileNameByIndex()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 182 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
|
/external/lzma/CPP/Windows/ |
D | FileIO.h | 23 UInt64 FileIndex; member
|
D | FileIO.cpp | 241 fileInfo.FileIndex = (((UInt64)winFileInfo.nFileIndexHigh) << 32) + winFileInfo.nFileIndexLow; in GetFileInformation()
|