Searched refs:FooHeader (Results 1 – 2 of 2) sorted by relevance
230 std::string FooHeader = testPath("foo.h"); in TEST_F() local231 FS.Files[FooHeader] = R"cpp( in TEST_F()242 {getID(BarHeader, Includes), getID(FooHeader, Includes)}}, in TEST_F()243 {getID(FooHeader, Includes), in TEST_F()
1612 Annotations FooHeader(R"cpp([[]])cpp"); in TEST() local1613 FS.Files[FooH] = std::string(FooHeader.code()); in TEST()1619 ElementsAre(sym("foo.h", FooHeader.range(), FooHeader.range()))); in TEST()