Searched refs:readIndexFile (Results 1 – 6 of 6) sorted by relevance
121 auto readIndexFile(llvm::StringRef Text) { in readIndexFile() function126 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 …]
76 readIndexFile(Storage[ShardIdentifier], SymbolOrigin::Background); in loadShard()
52 llvm::Expected<IndexFileIn> readIndexFile(llvm::StringRef, SymbolOrigin);
59 readIndexFile(Buffer->get()->getBuffer(), SymbolOrigin::Background)) in loadShard()
691 llvm::Expected<IndexFileIn> readIndexFile(llvm::StringRef Data, in readIndexFile() function718 if (auto I = readIndexFile(Buffer->get()->getBuffer(), Origin)) { in loadIndex()
336 auto IndexIn = clang::clangd::readIndexFile(Buffer->get()->getBuffer(), in run()