Searched defs:FileIndex (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ClangdTests.cpp | 697 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/ |
D | DeltaTree.cpp | 179 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/ |
D | DeltaTree.cpp | 184 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/ |
D | InterpolatingCompilationDatabase.cpp | 321 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/ |
D | DWARFDebugLine.cpp | 1029 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex() 1048 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex()
|
D | DWARFVerifier.cpp | 713 uint32_t FileIndex = 1; in verifyDebugLineRows() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 627 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 1329 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex() 1348 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex()
|
D | DWARFVerifier.cpp | 770 uint32_t FileIndex = 1; in verifyDebugLineRows() local
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | FileIndex.cpp | 409 FileIndex::FileIndex(bool UseDex, bool CollectMainFileRefs) in FileIndex() function in clang::clangd::FileIndex
|