Home
last modified time | relevance | path

Searched refs:readIndexFile (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp121 auto readIndexFile(llvm::StringRef Text) { in readIndexFile() function
126 EXPECT_TRUE(bool(readIndexFile(""))); in TEST()
130 auto ParsedYAML = readIndexFile(YAML); in TEST()
216 auto In = readIndexFile(YAML); in TEST()
224 auto In2 = readIndexFile(Serialized); in TEST()
240 auto In = readIndexFile(YAML); in TEST()
259 auto In = readIndexFile(Serialized); in TEST()
279 auto In = readIndexFile(YAML); in TEST()
296 auto In = readIndexFile(Serialized); in TEST()
345 auto In = readIndexFile(YAML); in TEST()
[all …]
H A DBackgroundIndexTests.cpp76 readIndexFile(Storage[ShardIdentifier], SymbolOrigin::Background); in loadShard()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.h52 llvm::Expected<IndexFileIn> readIndexFile(llvm::StringRef, SymbolOrigin);
H A DBackgroundIndexStorage.cpp59 readIndexFile(Buffer->get()->getBuffer(), SymbolOrigin::Background)) in loadShard()
H A DSerialization.cpp691 llvm::Expected<IndexFileIn> readIndexFile(llvm::StringRef Data, in readIndexFile() function
718 if (auto I = readIndexFile(Buffer->get()->getBuffer(), Origin)) { in loadIndex()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp336 auto IndexIn = clang::clangd::readIndexFile(Buffer->get()->getBuffer(), in run()