Lines Matching defs:FooHPath
1493 std::string FooHPath = testPath("foo.h");
1496 FS.Files[FooHPath] = std::string(FooH.code());
1505 runAddDocument(Server, FooHPath, FooH.code());
1927 std::string FooHPath = testPath("foo.h");
1931 FS.Files[FooHPath] = std::string(FooH.code());
1940 runAddDocument(Server, FooHPath, FooH.code());
1947 llvm::cantFail(runRename(Server, FooHPath, RenamePos, NewName, {}));
1952 Pair(Eq(FooHPath), Eq(expectedResult(T.FooH, NewName))),
2068 std::string FooHPath = testPath("foo.h");
2072 FS.Files[FooHPath] = std::string(FooH.code());
2081 runAddDocument(Server, FooHPath, FooH.code());
2087 llvm::cantFail(runRename(Server, FooHPath, RenamePos, T.NewName, {}));
2090 UnorderedElementsAre(Pair(Eq(FooHPath), Eq(T.ExpectedFooH)),