Lines Matching defs:FooCCPath
1494 std::string FooCCPath = testPath("foo.cc");
1497 FS.Files[FooCCPath] = std::string(FooCC.code());
1506 runAddDocument(Server, FooCCPath, FooCC.code());
1508 auto Results = runPrepareRename(Server, FooCCPath, FooCC.point(),
1519 Results = runPrepareRename(Server, FooCCPath, FooCC.point(),
1528 Results = runPrepareRename(Server, FooCCPath, FooCC.point(),
1537 Results = runPrepareRename(Server, FooCCPath, FooCC.point(),
1928 std::string FooCCPath = testPath("foo.cc");
1932 FS.Files[FooCCPath] = std::string(FooCC.code());
1941 runAddDocument(Server, FooCCPath, FooCC.code());
1953 Pair(Eq(FooCCPath), Eq(expectedResult(T.FooCC, NewName)))));