Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdTests.cpp697 unsigned long FileIndex = std::stoul(FileIndexStr.str()); in TEST() local
728 for (unsigned FileIndex = 0; FileIndex < FilesCount; ++FileIndex) in TEST() local
748 auto UpdateStatsOnAddDocument = [&](unsigned FileIndex, bool HadErrors) { in TEST()
759 auto UpdateStatsOnRemoveDocument = [&](unsigned FileIndex) { in TEST()
765 auto AddDocument = [&](unsigned FileIndex, bool SkipCache) { in TEST()
775 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
780 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
785 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
795 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
814 unsigned FileIndex = FileIndexDist(RandGen); in TEST() local
/external/clang/lib/Rewrite/
DDeltaTree.cpp179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
451 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
/external/llvm-project/clang/lib/Rewrite/
DDeltaTree.cpp184 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion()
455 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta()
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp321 class FileIndex { class
323 FileIndex(std::vector<std::string> Files) in FileIndex() function in clang::tooling::__anond7485b900111::FileIndex
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1029 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex()
1048 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex()
DDWARFVerifier.cpp713 uint32_t FileIndex = 1; in verifyDebugLineRows() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp627 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1329 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex()
1348 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex()
DDWARFVerifier.cpp770 uint32_t FileIndex = 1; in verifyDebugLineRows() local
/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp409 FileIndex::FileIndex(bool UseDex, bool CollectMainFileRefs) in FileIndex() function in clang::clangd::FileIndex