Searched refs:TestRanges (Results 1 – 4 of 4) sorted by relevance
113 TestRefactoringResultConsumer(const TestSelectionRangesInFile &TestRanges) in TestRefactoringResultConsumer() argument114 : TestRanges(TestRanges) { in TestRefactoringResultConsumer()146 TestRanges.GroupedRanges[GroupIndex].Ranges.size()) { in handleResult()148 if (GroupIndex >= TestRanges.GroupedRanges.size()) { in handleResult()157 const TestSelectionRangesInFile &TestRanges; member in clang::refactor::__anonba84473f0111::TestRefactoringResultConsumer219 TestRanges.Filename, in handleAllResults()220 TestRanges.GroupedRanges[Group.index()].Ranges[I.index()].Begin); in handleAllResults()224 << TestRanges.GroupedRanges[Group.index()].Name << "':\n "; in handleAllResults()243 const auto &TestGroup = TestRanges.GroupedRanges[Group.index()]; in handleAllResults()386 TestSelectionRangesInFile TestRanges = {Filename.str(), {}}; in findTestSelectionRanges() local[all …]
753 public void TestRanges() throws IOException { in TestRanges() method in Trie2Test
756 public void TestRanges() throws IOException { in TestRanges() method in Trie2Test
546 TEST(GSYMTest, TestRanges) { in TEST() argument