reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 FileID FailingID = Context.createInMemoryFile("invalid/failing.cpp", "test"); 29 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other"); 29 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other"); 30 FileID WorkingID = Context.createOnDiskFile( 32 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5, 32 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5, 34 EXPECT_TRUE(Context.Rewrite.overwriteChangedFiles()); 36 Context.getFileContentFromDisk("working.cpp"));