Searched defs:FileIndex (Results 1 – 4 of 4) sorted by relevance
185 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()456 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
319 class FileIndex { class321 FileIndex(std::vector<std::string> Files) in FileIndex() function in clang::tooling::__anonad4080680111::FileIndex
959 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex()977 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex()
736 uint32_t FileIndex = 1; in verifyDebugLineRows() local