Lines Matching defs:SymbolID
25 #include "index/SymbolID.h"
78 Sym.ID = SymbolID(ID);
90 std::unique_ptr<RefSlab> refSlab(const SymbolID &ID, const char *Path) {
110 FS.update("f1", numSlab(1, 3), refSlab(SymbolID("1"), "f1.cc"), nullptr,
114 EXPECT_THAT(getRefs(*FS.buildIndex(IndexType::Light), SymbolID("1")),
152 SymbolID ID("1");
450 SymbolID A = findSymbol(TU.headerSymbols(), "A").ID;
455 Index.relations(Req, [&](const SymbolID &, const Symbol &) { ++Results; });
475 SymbolID Base;
482 Index->relations(Req, [&](const SymbolID &, const Symbol &) { ++Results; });
540 FS.update("f1cpp", numSlab(1, 3), refSlab(SymbolID("1"), "f1.cpp"), nullptr,
542 FS.update("f1h", numSlab(1, 3), refSlab(SymbolID("1"), "f1.h"), nullptr,
544 FS.update("f2cpp", numSlab(1, 3), refSlab(SymbolID("2"), "f2.cpp"), nullptr,
546 FS.update("f2h", numSlab(1, 3), refSlab(SymbolID("2"), "f2.h"), nullptr,
548 FS.update("f3cpp", numSlab(1, 3), refSlab(SymbolID("3"), "f3.cpp"), nullptr,
550 FS.update("f3h", numSlab(1, 3), refSlab(SymbolID("3"), "f3.h"), nullptr,
743 FS.update("f2", nullptr, refSlab(SymbolID("1"), "f1"), nullptr, false);
745 relSlab({{SymbolID("1"), RelationKind::BaseOf, SymbolID("2")}}),