Lines Matching refs:Before
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
407 std::string Before = R"( in TEST_F() local
439 std::string After = runClangRenameOnCode(Before, "Old", "New"); in TEST_F()
444 std::string Before = R"( in TEST_F() local
468 std::string After = runClangRenameOnCode(Before, "Old", "New"); in TEST_F()
473 std::string Before = R"( in TEST_F() local
501 std::string After = runClangRenameOnCode(Before, "ns::Old", "ns::New"); in TEST_F()
506 std::string Before = R"( in TEST_F() local
542 std::string After = runClangRenameOnCode(Before, "ns::Old", "ns::New"); in TEST_F()
549 std::string Before = R"( in TEST_F() local
593 std::string After = runClangRenameOnCode(Before, "ns::Old", "ns::New"); in TEST_F()
598 std::string Before = R"( in TEST_F() local
628 std::string After = runClangRenameOnCode(Before, "ns::Old", "::new_ns::New"); in TEST_F()
633 std::string Before = R"( in TEST_F() local
673 std::string After = runClangRenameOnCode(Before, "ns::Old", "::new_ns::New"); in TEST_F()
678 std::string Before = R"( in TEST_F() local
702 std::string After = runClangRenameOnCode(Before, "foo::Old", "foo::Old"); in TEST_F()
707 std::string Before = R"( in TEST_F() local
731 std::string After = runClangRenameOnCode(Before, "foo::Old", "::foo::Old"); in TEST_F()
736 std::string Before = R"( in TEST_F() local
760 std::string After = runClangRenameOnCode(Before, "::foo::Old", "::foo::Old"); in TEST_F()
765 std::string Before = R"( in TEST_F() local
779 std::string After = runClangRenameOnCode(Before, "a::A", "b::B"); in TEST_F()
784 std::string Before = R"( in TEST_F() local
800 std::string After = runClangRenameOnCode(Before, "S::a", "S::b"); in TEST_F()
806 std::string Before = R"( in TEST_F() local
812 std::string After = runClangRenameOnCode(Before, "a::A", "b::B"); in TEST_F()