Home
last modified time | relevance | path

Searched refs:OtherStructPrefix (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTransformerTest.cpp1125 std::string OtherStructPrefix = R"cpp( in TEST_F() local
1145 std::string RewriteInput = OtherStructPrefix + CopyCtor + OtherStructSuffix + in TEST_F()
1147 std::string ExpectedRewriteOutput = OtherStructPrefix + ExplicitCopyCtor + in TEST_F()
1150 std::string BrokenRewriteOutput = OtherStructPrefix + BrokenExplicitCopyCtor + in TEST_F()