Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DSerializationTests.cpp125 EXPECT_TRUE(bool(readIndexFile(""))); in TEST()
129 auto ParsedYAML = readIndexFile(YAML); in TEST()
215 auto In = readIndexFile(YAML); in TEST()
223 auto In2 = readIndexFile(Serialized); in TEST()
239 auto In = readIndexFile(YAML); in TEST()
258 auto In = readIndexFile(Serialized); in TEST()
278 auto In = readIndexFile(YAML); in TEST()
295 auto In = readIndexFile(Serialized); in TEST()
343 auto In = readIndexFile(YAML); in TEST()
383 auto CorruptParsed = readIndexFile(CorruptFile); in TEST()
[all …]
DBackgroundIndexTests.cpp75 auto IndexFile = readIndexFile(Storage[ShardIdentifier]); in loadShard()
/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.h52 llvm::Expected<IndexFileIn> readIndexFile(llvm::StringRef);
DBackgroundIndexStorage.cpp61 if (auto I = readIndexFile(Buffer->get()->getBuffer())) in loadShard()
DSerialization.cpp687 llvm::Expected<IndexFileIn> readIndexFile(llvm::StringRef Data) { in readIndexFile() function
712 if (auto I = readIndexFile(Buffer->get()->getBuffer())) { in loadIndex()
/external/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
DDexp.cpp298 auto IndexIn = clang::clangd::readIndexFile(Buffer->get()->getBuffer()); in run()