Home
last modified time | relevance | path

Searched defs:FileIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DDeltaTree.cpp185 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
456 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp319 class FileIndex { class
321 FileIndex(std::vector<std::string> Files) in FileIndex() function in clang::tooling::__anonad4080680111::FileIndex
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp959 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex()
977 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex()
H A DDWARFVerifier.cpp736 uint32_t FileIndex = 1; in verifyDebugLineRows() local