Searched refs:FileIndex (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Rewrite/Core/ |
| HD | 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, 0 /*can't fail*/); in DoInsertion() 221 InsertRes->RHS->DoInsertion(FileIndex, Delta, 0 /*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 …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| HD | DeltaTree.h | 41 int getDeltaAt(unsigned FileIndex) const; 46 void AddDelta(unsigned FileIndex, int Delta);
|
| /trueos/contrib/llvm/lib/DebugInfo/ |
| HD | DWARFDebugLine.cpp | 605 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() argument 608 if (FileIndex == 0 || FileIndex > Prologue.FileNames.size()) in getFileNameByIndex() 610 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1]; in getFileNameByIndex()
|
| HD | DWARFDebugLine.h | 187 bool getFileNameByIndex(uint64_t FileIndex,
|
| HD | DWARFContext.cpp | 373 uint64_t FileIndex, in getFileNameForCompileUnit() argument 378 !LineTable->getFileNameByIndex(FileIndex, NeedsAbsoluteFilePath, in getFileNameForCompileUnit()
|