Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp696 unsigned long FileIndex = std::stoul(FileIndexStr.str()); in TEST() local
727 for (unsigned FileIndex = 0; FileIndex < FilesCount; ++FileIndex) in TEST() local
747 auto UpdateStatsOnAddDocument = [&](unsigned FileIndex, bool HadErrors) { in TEST()
758 auto UpdateStatsOnRemoveDocument = [&](unsigned FileIndex) { in TEST()
764 auto AddDocument = [&](unsigned FileIndex, bool SkipCache) { in TEST()
774 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
779 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
784 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
794 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
813 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
/llvm-project-15.0.7/clang/lib/Rewrite/
H A DDeltaTree.cpp184 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
455 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp318 class FileIndex { class
320 FileIndex(std::vector<std::string> Files) in FileIndex() function in clang::tooling::__anon16cad0690111::FileIndex
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1333 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex()
1352 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex()
H A DDWARFVerifier.cpp871 uint32_t FileIndex = 1; in verifyDebugLineRows() local
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DFileIndex.cpp421 FileIndex::FileIndex() in FileIndex() function in clang::clangd::FileIndex
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1479 unsigned FileIndex) { in addDebugFilenameToUnit()