Searched refs:TestCode (Results 1 – 3 of 3) sorted by relevance
313 const char TestCode[] = "#include \"foo.h\""; in TEST() local320 auto Results = runClangMoveOnCode(Spec, TestHeader, TestCode); in TEST()399 const char TestCode[] = "#include \"foo.h\""; in TEST() local422 const char TestCode[] = "#include \"foo.h\"\n" in TEST() local432 auto Results = runClangMoveOnCode(Spec, TestHeader, TestCode); in TEST()441 const char TestCode[] = "#include \"foo.h\"\n" in TEST() local454 auto Results = runClangMoveOnCode(Spec, TestHeader, TestCode); in TEST()516 const char TestCode[] = "#include \"foo.h\"\n"; in TEST() local539 const char TestCode[] = "#include \"foo.h\"\n"; in TEST() local607 const char TestCode[] = "#include \"foo.h\"\n"; in TEST() local[all …]
303 const char TestCode[] = R"( in TEST() local362 EXPECT_EQ(ExpectedCode, runIncludeFixer(TestCode)); in TEST()
2259 Annotations TestCode(Text); in TEST() local2260 TU.Code = TestCode.code().str(); in TEST()2261 auto Results = completions(TU, TestCode.point()); in TEST()2267 TestCode.range()); in TEST()